thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

move folders in compiled version #102

Closed thartbm closed 5 years ago

thartbm commented 5 years ago

In the compiled PyVMEC, the data and experiments folders are hard to find. This will probably cause problems for occasional / non-technical users (such as course students).

To solve this, see if the file 'PyVMEC.exe' exists in the working/active directory, and perhaps also that there is no 'PyVMEC.py'. If this is the case (when it's almost certain that PyVMEC is py2exe compiled) the data and experiments folders should be moved one directory up in the directory tree.

thartbm commented 5 years ago

This may actually be solved by my new Windows batch script, that I will now add to the repo.

thartbm commented 5 years ago

Works on Windows 7: will test in the Hebb lab, hopefully today.

thartbm commented 5 years ago

Seems to work for compiled versions on all tested Windows machines.