Open GoogleCodeExporter opened 9 years ago
1. Please open a command line
2. enter the following:
"python c:\Python27\Scripts\spyder"
3. attach the output
Original comment by grizzly.nyo
on 16 Jun 2013 at 2:47
Original comment by grizzly.nyo
on 16 Jun 2013 at 2:48
Issue 673 has been merged into this issue.
Original comment by grizzly.nyo
on 23 Jun 2013 at 4:16
Ok, so my similar issue (673) was merged into this one. In the issue I had
raised I noted that when I try to launch Spyder from the command line, instead
of from the Python x,y GUI, I received the following output and no launch of
Spyder:
C:\Documents and Settings\Michael.MICHAEL-9391EE4>spyder
Traceback (most recent call last):
File "C:\Python27\Scripts\spyder-script.py", line 9, in <module>
load_entry_point('spyder==2.2.0', 'console_scripts', 'spyder')()
File "C:\Python27\lib\site-packages\spyderlib\start_app.py", line 72, in main
from spyderlib import spyder
File "C:\Python27\lib\site-packages\spyderlib\spyder.py", line 112, in <module
>
from spyderlib.plugins.ipythonconsole import IPythonConsole
File "C:\Python27\lib\site-packages\spyderlib\plugins\ipythonconsole.py", line
31, in <module>
from IPython.frontend.qt.kernelmanager import QtKernelManager
File "C:\Python27\lib\site-packages\IPython\frontend\qt\kernelmanager.py", lin
e 9, in <module>
from IPython.zmq.kernelmanager import KernelManager, SubSocketChannel, \
File "C:\Python27\lib\site-packages\IPython\zmq\__init__.py", line 67, in <mod
ule>
check_for_zmq('2.1.4')
File "C:\Python27\lib\site-packages\IPython\zmq\__init__.py", line 51, in chec
k_for_zmq
import zmq
File "C:\Python27\lib\site-packages\zmq\__init__.py", line 35, in <module>
_libzmq = ctypes.CDLL(bundled[0], mode=ctypes.RTLD_GLOBAL)
File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 127] The specified procedure could not be found
*** I've since been running Spyder from the WinPython distribution with out
problems. I think the observed issue is just a problem with the latest Python
x,y installer.
Original comment by michaelj...@gmail.com
on 27 Jun 2013 at 4:15
Same problem here, with Python(x,y) 2.7.5.0 on Windows XP.
Original comment by jcrepe...@gmail.com
on 13 Sep 2013 at 10:01
issues #687 & #693 are duplicates of this issue
Original comment by bwanama...@gmail.com
on 11 Nov 2013 at 7:25
Try using spyder.bat, it should work fine. Or start spyder from the Python(x,y)
launcher.
Original comment by bwanama...@gmail.com
on 11 Nov 2013 at 7:26
I had similar problem launching Spyder. It wouldn't launch no matter how long I
waited or which suggested alternative I tried. It finally works by removing all
the subfolders inside .spyder2 folder, which were probably remnants of earlier
PythonXY installs.
-SC
Original comment by swch...@gmail.com
on 16 Jun 2014 at 6:42
Original issue reported on code.google.com by
pedrovid...@gmail.com
on 14 Jun 2013 at 2:41