I messed up my IDLE shortcut. What is the way to start IDLE from the cmd.exe shell in Windows?
+1
A:
On my system, running C:\Python26\lib\idlelib\idle.py
launches idle from the command prompt. Obviously you will need to adjust your path if your main Python directory isn't C:\Python26\
.
It looks like you could also launch it via idle.pyw
or idle.bat
in that same directory.
Mark Rushakoff
2009-11-02 17:25:56
Yes, when you install the python.org version it associates *.pyw with pythonw.exe on Windows so using that shortcut works. It also adds an "Edit with IDLE" context menu on Python sources (so it's also possible to start it by that devious way...). What I don't understand is why the Start menu shortcut doesn't simply show the target...
RedGlyph
2009-11-02 18:51:22