Roger Serwy <roger.se...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14200>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to