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.

On Tuesday, March 27, 2012 1:51:49 AM UTC+5:30, Pierre Raybaut wrote:
>
> Please try to run Spyder from a terminal and post here the traceback
> so we can understand what's going on.
>
> 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
>
> Le 22 mars 2012 16:34, Faizan Bari <[email protected] <javascript:>> a 
> écrit :
> > After installation of spyder, IDE doesn't launch when I click on the
> > program. Anybody aware of any issues with the executable ?
> >
> > Thanks for your help in advance.
> >
> > --
> > You received this message because you are subscribed to the Google 
> Groups "spyder" group.
> > To post to this group, send email to [email protected]<javascript:>
> .
> > To unsubscribe from this group, send email to 
> [email protected] <javascript:>.
> > For more options, visit this group at 
> http://groups.google.com/group/spyderlib?hl=en.
> >
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to