up vote 1 down vote favorite
share [g+] share [fb]

I installed Python 3.1 yesterday on my Windows Vista PC, and was surprised to find that the version of IDLE is 2.6.4, for "Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32"

I was hoping to use IDLE to investigate some of the new features of Python 3...

I guess I'm stuck with the command line...

Anyone know what's up with Python 3's IDLE?

Thanks

link|improve this question

50% accept rate
feedback

1 Answer

Got it! I changed the Target of the shortcut to "c:\Python31\pythonw.exe" "c:\Python31\Lib\idlelib\idle.pyW" (with the quotes), and now the shortcut (and shortcut key) open version 3.1.1 of IDLE. Idea was from the 1st answer to the question at http://stackoverflow.com/questions/118260/how-to-start-idle-python-editor-without-using-the-shortcut-on-windows-vista

link|improve this answer
I just realized that C:\Python31\pythonw.exe "c:\Python31\Lib\idlelib\idle.pyW" is actually the correct form (C:\Python31\pythonw.exe needs no quotes). I found that in executing the shortcut Vista actually stripped those quotes! – NotSuper Oct 27 '09 at 16:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.