[issue5707] IDLE will not load

2012-03-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: Closing the issue. If somebody has a problem related to this — please make a new report. -- nosy: +asvetlov resolution: accepted -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python

[issue5707] IDLE will not load

2012-01-28 Thread Roger Serwy
Roger Serwy added the comment: Amaury's patch has already been applied in (d31be8c9c8a2). GUO's description does cause an error. TclTk does not allow "" by itself to be bounded. This underlying cause for that error is addressed in #6739 I think this issue should be closed. -- __

[issue5707] IDLE will not load

2012-01-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: The patch fixed a real issue, the difference return of filter in 3.x versus 2.x. Bad key bindings came up in #11437 and #13864 also. -- nosy: +serwy, terry.reedy versions: +Python 3.2 -Python 3.0, Python 3.1 ___ Pyt

[issue5707] IDLE will not load

2009-04-26 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r71998 Thanks for the patch! backport to 30-maint. If OP has further problems getting installation working, delete .idlerc directory. -- assignee: -> kbk nosy: +kbk resolution: -> accepted stage: patch review -> commit review versions: +Python 3.1

[issue5707] IDLE will not load

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +gpolo priority: -> normal stage: -> patch review type: crash -> behavior ___ Python tracker ___ _

[issue5707] IDLE will not load

2009-04-06 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The incorrect settings have been saved in your %USERPROFILE%\.idlerc directory. Try deleting the idle-extensions.cfg there. BTW, "pythonw.exe" is not IDLE. It's a plain python interpreter without a console. When used with no argument it can only exit qu

[issue5707] IDLE will not load

2009-04-06 Thread epitome83
epitome83 added the comment: Thank you for the patch. I have applied it (which is to say, swapped out return filter(None, modList) for return [mod for mod in modList if mod] in keybindingDialog.py), but the problem persists. python.exe continues to load fine, but pythonw.exe still fails at st

[issue5707] IDLE will not load

2009-04-06 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Reproduced with the console python.exe. Click an item in the list on the right to choose the key ("down arrow") Exception in Tkinter callback Traceback (most recent call last): File "c:\Python30\lib\tkinter\__init__.py", line 1405, in __call__ retur

[issue5707] IDLE will not load

2009-04-06 Thread epitome83
New submission from epitome83 : I downloaded Python 3.0.1 and installed on Vista. I opened IDLE and it worked fine. I went into the Preferences to change the keybindings on the history scrollers. I changed history-next to Ctrl+Down Arrow, though when I pressed OK it listed only Control as the