Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upBUG: Spyder/IPython (WinPython 10.2014) can't be started under WinXP #17
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Thanks for the links, and the manual workaround ! |
This comment has been minimized.
This comment has been minimized.
|
I will create a wiki page of your solution and link that somewhere. Supporting xp is not possible for us. Closed that for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem: On my WinXP 32 machine I just tried to upgraded the WinPython 4.2014 installation to the brand new 10.2014 release. The previous version works fine, the current version doesn't hardly work - Spyder, IPythonQT and IPython Notebook doen't start no matter how hard I try to tweak the settings. The problem seem to be serious meaning that WinPython 10.2014 and even 8.2014 are unusable under XP.
At least IPythonQT Console gives a long traceback with an "OSError: [WinError 127]" (Procedure not found) at the end. This led my to the statement of an developer of the Zero MQ library (Christoph Gohlke) saying that the "Win 127" problem is not only known but expected in zmq and related to a missing DLL function in WinXP.
http://github.com/zeromq/pyzmq/issues/521
Seemingly I'm the last user of WinPython on XP on this planet...
The solution: Transplant the working zmq lib. I took the current WinPython-3.3.5 installation, deleted the contents of "python-3.3.5\Lib\site-packages\zmq" and replaced it with the files of the same directory from WinPython 4.2013. Everthing works a treat now...
P.S. Since the zmq lib is compiled against Python 3.3 you can't switch to WinPython 3.4 before the original problem is fixed (or someone provides a compiled version).
P.P.S. Seemingly Windows Server 2003 has the same problem
http://sourceforge.net/p/winpython/tickets/117/