PsychoPy 1.90 network install

I’m trying to follow the instructions here:

http://www.psychopy.org/recipes/classroomInstallation.html

Which worked previously as a ‘network’ install of sorts for versions 1.86 and before. Unfortunately 1.9+ looks to be different - there is no C:\Program Files\PsychoPy2\Lib\site-packages\PsychoPyXXX.egg folder, for example.

Is v1.9 still suitable for network use?

Thanks

Ah, yes, that looks like it needs a bit of updating. The key thing is this:

  • since 1.9 the psychopy install is simply in C:\Program Files\PsychoPy2\Lib\site-packages\psychopy without there being any version or .egg in the name

Also though, although this line still works:

"C:\Program Files\PsychoPy2\pythonw.exe" "<NETWORK_LOC>\psychopyLib\psychopy\app\psychopyApp.py"

the following might be considered easier because it doesn’t care where the app is found (as long as it is found:

"C:\Program Files\PsychoPy2\pythonw.exe" -m psychopy.app.psychopyApp