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
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