[issue5707] IDLE will not load

epitome83 report at bugs.python.org
Mon Apr 6 23:27:12 CEST 2009


epitome83 <schadenfreudian at gmail.com> 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 startup.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5707>
_______________________________________


More information about the Python-bugs-list mailing list