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 Aivar.Annamaa
Recipients Aivar.Annamaa
Date 2014-09-10.20:14:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410380074.61.0.464879354999.issue22384@psf.upfronthosting.co.za>
In-reply-to
Content
Seems that the statement 'sys.stderr.write("Exception in Tkinter callback\n")' in Tk.report_callback_exception fails when the program is run with pythonw.exe, and brings down the whole process.

A simple sample is attached.
History
Date User Action Args
2014-09-10 20:14:34Aivar.Annamaasetrecipients: + Aivar.Annamaa
2014-09-10 20:14:34Aivar.Annamaasetmessageid: <1410380074.61.0.464879354999.issue22384@psf.upfronthosting.co.za>
2014-09-10 20:14:34Aivar.Annamaalinkissue22384 messages
2014-09-10 20:14:34Aivar.Annamaacreate