On Windows:
* depending on your installation, simply opening a command window
and executing the command `spyder --debug` could work
* if it doesn't work, open a command window, change current
directory to Spyder's (default with Python 2.7:
C:\Python27\Lib\site-packages\spyderlib) and type `python spyder.py
--debug`
On Linux/MacOS:
* open a terminal
* type `spyder --debug`
-Pierre
> --
> You received this message because you are subscribed to the Google Groups "spyder" group.
> To post to this group, send email to spyd...@googlegroups.com.
> To unsubscribe from this group, send email to spyderlib+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
>
I had a similar problem a few months ago. Spyder ran fine on my desktop, but wouldn't run on a laptop; both running Windows NT. In my case it turned out that it was the Virus program (FortiNet) that was doing it. You could get it to work by defining an exception. The laptop has since been updated to Windows 7 and the problem went away (even though it still has ForiNet on it).
-Paul Blelloch
Hi Pierre,
I am facing the same problem. Python(x,y) home window appears but on clicking the spyder icon, it doesn't launch. Following is the traceback:
Traceback (most recent call last):
File "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 am using Windows XP. Please suggest what should I do so that Python(x,y) works properly.
PyTables uses the hdf5dll.dll, and the way that the hdfgroup has built the Windows binary for versions for hdf5dll.dll 1.8.10 causes pyTables to fail to load on Windows XP, while it runs fine on Windows 7 or 8. The error reported is that the hdf5dll.dll can not be found, even though it is in the path. This issue is also seen in WinPython 2.7.5 if the included PyTables 2.4.1 is used, which uses hdf5dll.dll 1.8.10, so it only works if using pyTables on Windows 7 or 8 . On XP the above mentioned error is reported. If the hdf5dll.dll is downgraded to 1.8.8 then everything works on XP as well as Windows 7.
So my bet is the the DLL that is trying to be loaded in this current issue likely has been built in a way that also causes it to only work on Win 7 and not XP, just as the latest hdf5dll.dll also only works with ctypes on a windows 7 and not XP.
Sorry I can not suggest how to fix the issue, but perhaps this info will help someone else be able to resolve the problem.
Sol.
--
You received this message because you are subscribed to the Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+...@googlegroups.com.
To post to this group, send email to spyd...@googlegroups.com.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.