Open GoogleCodeExporter opened 9 years ago
This affected my users as well. You should be able to start "Spyder", "IDLE",
"IPython" from the "Python (x,y) Launcher". Start the launcher first. On one
of the tabs you will find icons and pull-down-menus for the various IDE's
(Spyder, IDLE) and consoles (IPython, Console-2.00 by Bozho). Click the icon to
start he application.
The issue regarding starting the application using the icon in the Windows
start menu can be discovered by looking at the target of the shorcut. For
"Spyder", the target is c:\python27\scripts\spyder.exe. This starts
spyder_script.py also in the scripts folder calls setuptools pkg-resources
which fails to find pyparsing. To see this, start a command shell, and cd to
C:\python27\scripts. Make sure that c:\python27 and c:\python27\scripts are
both on your path by typing echo %PATH% and looking for them in the screen
output. Then type spyder and the traceback is displayed in the command window.
While still in the command window, try starting spyder using the .bat file by
typing spyder.bat. Or you can double click this from an explorer window. Voila!
Spyder starts up just fine. Delete the failing shortcut from your startup
folder and replace it with a shortcut to spyder.bat. you can change the icon by
right clicking and selecting change icon, then selecting spyder.ico from the
python scripts folder.
Again (as in issue #686) this is a non-starter for my users who expect things
to just work. I can't recommend this pythonxy to my users until these issues
are addressed.
Original comment by bwanama...@gmail.com
on 11 Nov 2013 at 7:14
see https://code.google.com/p/pythonxy/issues/detail?id=693 for more info
Original comment by bwanama...@gmail.com
on 11 Nov 2013 at 7:18
possible duplicate of issue #671
Original comment by bwanama...@gmail.com
on 11 Nov 2013 at 7:24
Original issue reported on code.google.com by
gdiac...@gmail.com
on 14 Sep 2013 at 8:15