Hi all,
I am trying to install WinPython v3.3.5.0 (x64) on a Windows Server 2003 (64-bits).
Is that even possible ?
The spyder IDE cannot lauch however, and crashes the second time I try to open it. Whenever I reset its default settings and try to run it from the command prompt, a spyder_error file is created and saying :
"Traceback (most recent call last):
File "C:\Users\antoine.guillot\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\lib\site-packages\spyderlib\spyder.py", line 2244, in main
mainwindow = run_spyder(app, options, args)
File "C:\Users\antoine.guillot\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\lib\site-packages\spyderlib\spyder.py", line 2137, in run_spyder
main.setup()
File "C:\Users\antoine.guillot\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\lib\site-packages\spyderlib\spyder.py", line 881, in setup
from spyderlib.plugins.ipythonconsole import IPythonConsole
File "C:\Users\antoine.guillot\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\lib\site-packages\spyderlib\plugins\ipythonconsole.py", line 31, in <module>
from IPython.lib.kernel import find_connection_file, get_connection_info
File "C:\Users\antoine.guillot\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\lib\site-packages\IPython\lib\kernel.py", line 11, in <module>
from IPython.kernel.connect import *
File "C:\Users\antoine.guillot\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\lib\site-packages\IPython\kernel__init.py", line 4, in <module>
from . import zmq
File "C:\Users\antoine.guillot\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\lib\site-packages\IPython\kernel\zmq__init.py", line 14, in <module>
check_for_zmq('2.1.11', 'IPython.kernel.zmq')
File "C:\Users\antoine.guillot\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\lib\site-packages\IPython\utils\zmqrelated.py", line 35, in check_for_zmq
import zmq
File "C:\Users\antoine.guillot\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\lib\site-packages\zmq__init.py", line 33, in <module>
_libzmq = ctypes.cdll.LoadLibrary(bundled[0])
File "C:\Users\antoine.guillot\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\lib\ctypes__init.py", line 431, in LoadLibrary
return self._dlltype(name)
File "C:\Users\antoine.guillot\WinPython-64bit-3.3.5.0\python-3.3.5.amd64\lib\ctypes__init.py", line 353, in init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 127] The specified procedure could not be found
"
Thanks for any help.
Looks like a problem with the zmq lib under older Windows versions.
You could try this: https://github.com/winpython/winpython/issues/17