Thaiz / psychopy

Automatically exported from code.google.com/p/psychopy
0 stars 0 forks source link

Standalone 1.70.00 corrupts PATH #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install StandalonePsychoPy-1.70.00-win32.exe
2. View PATH (e.g. execute 'echo %PATH%' on command line)

What is the expected output? What do you see instead?
Instead of appending (or prepending) the PsychoPy2 path to the PATH environment 
variable, it writes over the variable, causing other programs to break because 
DLLs and EXEs can no longer be found.

What version of the product are you using? On what operating system?
StandalonePsychoPy-1.70.00-win32.exe, MS Vista 32-bit

Original issue reported on code.google.com by joshthep...@gmail.com on 22 Nov 2011 at 12:04

GoogleCodeExporter commented 8 years ago
Another user reported something similar a few years ago, in relation to a winXP 
box (I think). But Ive never been able to replicate the problem - my path 
(below) is unaffected by installing and uninstalling PsychoPy 1.71 (on Win7 or 
XP). And I'm guessing is this were happening more widely we'd be hearing fomr a 
LOT of people about it. So the question is what circumstances cause it to occur.

Does it depend on what the contents of the path is? (ie is there some string in 
the list that confuses the installer?) Is your path set in the all-users or 
this-user? Would be good to work out the specifics of when this occurs.

PS, issues are generally now tracked on github, not here.

Jon

-------------------

C:\Python26\Lib\site-packages\PyQt4;%SystemRoot%\system32;%SystemRoot%;%SystemRo
ot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program 
Files\Microsoft Application Virtualization 
Client;C:\Python26;C:\Python26\Scripts;C:\Program Files\Git\cmd;C:\Program 
Files\NSIS;C:\Program Files\Mercurial\;C:\Program Files\SR 
Research\Eyelink\LIBS;C:\Program Files\SR 
Research\Eyelink\EDF_Access_API\lib\win32;C:\Program Files\SR 
Research\Eyelink\EDF_Access_API\Example;C:\Program Files\PsychoPy2

Original comment by jon.pei...@gmail.com on 25 Nov 2011 at 4:40

GoogleCodeExporter commented 8 years ago
moced to github issues list:
https://github.com/psychopy/psychopy/issues/90

Original comment by jon.pei...@gmail.com on 9 Dec 2011 at 10:41

GoogleCodeExporter commented 8 years ago
Is it possible that your PATH variable was previously enormous? Specifically, 
more than 1024 characters long?
http://nsis.sourceforge.net/Path_Manipulation#Warning

I've switched to using a 'long-strings' build of the installer script builder

Original comment by jon.pei...@gmail.com on 5 Jan 2012 at 12:45

GoogleCodeExporter commented 8 years ago
Is it possible that your PATH variable was previously enormous? Specifically, 
more than 1024 characters long?
http://nsis.sourceforge.net/Path_Manipulation#Warning

I've switched to using a 'long-strings' build of the installer script builder

Original comment by jon.pei...@gmail.com on 5 Jan 2012 at 12:45