adirschlezinger / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Spyder Fails to Launch on Windows 7 64 bit #671

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?
2.7.5.0

2. Which components have you installed (Python(x,y) installer:
componentpage):
    a. Have you selected the "Recommended" component selection?
YES
    b. Have you selected the "Full" component selection?
c. Have you selected manually plugins in the component list?
Whatplugins?

3. Have you selected the option "Customize installation directories"?
a. Yes
b. No
NO
4. If the answer to 3. is yes, what installation directories have you
chosen?

5. Where did you install Python(x,y) itself?
a. default path
b. custom path, which one?

DEFAULT PATH

6. Have you installed Python(x,y):
    a. For "Current user only"
    b. For "All users"
ALL USERS
7. What is your operating system?
a. Windows XP
b. Windows Vista
c. Windows 7
d. Windows 8
Windows 7
8. Is the operating system 64 bit?
a. Yes
b. No
YES
9. When you installed Python(x,y), were you logged in as :
a. a regular user
b. an administrator of the machine

Administrator

10. If you are using Windows Vista/7, have you installed Python(x,y):
a. simply by double-clicking on the installer
    b. by right-clicking on the installer and selecting "Run as an
administrator"
Run as an Administrator

11. Regarding installed software on your machine, how did you clean your
machine before installing Python(x,y)  (multiple answers are possible):
a. you didn't do anything, you installed Python(x,y) directly on your
machine without precaution
b. you uninstalled any previous Python distribution (including the
official .msi)
YES
c. you cleaned the Windows registry by removing all Python-related keys
d. you cleaned the environment variables by removing all deprecated
entries

What steps will reproduce the problem?
1.Open Python XY
2.Run Spyder form the icon
3.Run spyder directly from spyder.exe file

What is the expected output? What do you see instead?

Open Spyder consule, spyder doesn´t launch and nothing happens

Please provide any additional information below.

Note: I tried everything, and i can´t launch spyder  need help please.
I use Microsoft Security Essentials, i also add to the exceptions the ini files 
, python.exe and spyder.exe and the problem continues.

Original issue reported on code.google.com by pedrovid...@gmail.com on 14 Jun 2013 at 2:41

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 16 Jun 2013 at 2:48

GoogleCodeExporter commented 9 years ago
Issue 673 has been merged into this issue.

Original comment by grizzly.nyo on 23 Jun 2013 at 4:16

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
issues #687 & #693 are duplicates of this issue

Original comment by bwanama...@gmail.com on 11 Nov 2013 at 7:25

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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