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 roger.serwy
Recipients ezio.melotti, loewis, ned.deily, roger.serwy, terry.reedy, vbr, vstinner
Date 2012-03-05.16:33:28
SpamBayes Score 0.0002524379
Marked as misclassified No
Message-id <1330965209.21.0.0322839121007.issue14200@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Vlastimil,

Can you repeat your test case while running IDLE from the command prompt and report the error you see?

    python -m idlelib.idle

IDLE closes suddenly on Windows because IDLE uses pythonw.exe which has no stdout or stderr. When Tkinter encounters an error and tries to write to stderr, an error is raised in the Tkinter eventloop and the eventloop terminates.
History
Date User Action Args
2012-03-05 16:33:29roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, vstinner, vbr, ned.deily, ezio.melotti
2012-03-05 16:33:29roger.serwysetmessageid: <1330965209.21.0.0322839121007.issue14200@psf.upfronthosting.co.za>
2012-03-05 16:33:28roger.serwylinkissue14200 messages
2012-03-05 16:33:28roger.serwycreate