[issue4049] IDLE does not open at all

Giampaolo Rodola' report at bugs.python.org
Sat Oct 18 17:50:31 CEST 2008


Giampaolo Rodola' <billiejoex at users.sourceforge.net> added the comment:

> It's normal that there are no errors. They get to stderr, and there is
> no stderr in a GUI application.

Maybe it would make sense putting the main() function into a try/except
statement and pop-up a message box to display the error.
A patch is in attachment.

----------
keywords: +patch
nosy: +giampaolo.rodola
Added file: http://bugs.python.org/file11824/idle.patch

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


More information about the Python-bugs-list mailing list