[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Committed r62448 & r62449. Thanks for the report! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> ___

[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: -- assignee: -> amaury.forgeotdarc __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list

[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Leo
Leo <[EMAIL PROTECTED]> added the comment: ok, deleting the contents of .idlerc seems to work fine. Thank you! __ Tracker <[EMAIL PROTECTED]> __ ___ Pyth

[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: I reproduced the problem. - "python.exe idle.py" works (with many warnings) - "pythonw.exe idle.py" fails pythonw.exe is a Windows (i.e. not a console) application, so sys.stderr points to an invalid file descriptor; printing lot of wa

[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Leo
Leo <[EMAIL PROTECTED]> added the comment: it's not "buitlin" but "builtin" of course. idle launches when I use the command line, with or without "-n", but I'm still unable to lauch it normally (by the right click or by the windows menu ("Démarrer/Programmes/Python25/idle")). Before, I used pyth

[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: "buitlin"? Is is a typo while copying the error message? The warnings are normal, these theme elements were added later. They will disappear when you save the theme again. Now, idle starts another process to interpret the commands, and

[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Leo
New submission from Leo <[EMAIL PROTECTED]>: I recently upgraded from python 2.3 to 2.5. But idle doesn't launch anymore, either with right-clicking a .py program an doing "edit with IDLE" or with launching the idle.py file itself. When I launch idle with the command line, it gives the following