This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author epitome83
Recipients amaury.forgeotdarc, epitome83
Date 2009-04-06.21:27:10
SpamBayes Score 0.0019225478
Marked as misclassified No
Message-id <1239053232.63.0.483267944923.issue5707@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-06 21:27:12epitome83setrecipients: + epitome83, amaury.forgeotdarc
2009-04-06 21:27:12epitome83setmessageid: <1239053232.63.0.483267944923.issue5707@psf.upfronthosting.co.za>
2009-04-06 21:27:11epitome83linkissue5707 messages
2009-04-06 21:27:10epitome83create