Hi!
Thanks a lot! I removed C:\Python27\DLLs and C:\Python27\Lib from PYTHONPATH and now it works.
My other 32bits installation in C:\Python27 works as well.
On Monday, October 15, 2012 6:25:21 PM UTC+2, Sol Simpson wrote:
Hi there, I also have a 64 bit PC (Win 7) and have my default Python (2.7.3) at C:\Python27 with the following in my system PATH variable:
C:\Python27;C:\Python27\Tools\Scripts;C:\Python27\Scripts;C:\Python27\Lib\site-packages\PyQt4
and I do 'not' have any issue running the latest winpython 64bit distro.
So my guess would be that it is the:
C:\Python27\DLLs, and ( or ) C:\Python27\Lib
That is the issue, as I do not have these in my path, and have no issue running standard python 32bit programs from my standard cmd by typing python myscript.py that includes calls to matplotlib or psychopy functionality for example.
So one thing to try would be to remove the C:\Python27\DLLs, and ( or ) C:\Python27\Lib from your PATH, but 'not' the C:\Python27.
Another thing to try is, if you run spyder using the scripts\spyder.bat and not the base winpython spyder.exe, do you still get the error? I ask because it looks like using the spyder.bat replaces your existing PATH, where as the exe build process prepends the PATH with various winpython paths, all overlap with winpython versions of what is in your path 'but' for C:\Python27\Lib . So I would 'guess' that C:\Python27\Lib in your path is what the issue is, as winpython is not putting anything in the path beforehand that
would take precedence.
Not sure if any of this will help.
Sol