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 giampaolo.rodola
Recipients Chris_L, Raj, giampaolo.rodola, loewis, scionkiller
Date 2008-10-18.15:49:27
SpamBayes Score 0.0038540133
Marked as misclassified No
Message-id <1224345031.52.0.342843366137.issue4049@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2008-10-18 15:50:31giampaolo.rodolasetrecipients: + giampaolo.rodola, loewis, Raj, Chris_L, scionkiller
2008-10-18 15:50:31giampaolo.rodolasetmessageid: <1224345031.52.0.342843366137.issue4049@psf.upfronthosting.co.za>
2008-10-18 15:49:28giampaolo.rodolalinkissue4049 messages
2008-10-18 15:49:27giampaolo.rodolacreate