[issue20567] test_idle causes test_ttk_guionly 'can't invoke "event" command: application has been destroyed' messages from Tk

Serhiy Storchaka report at bugs.python.org
Sun Oct 12 19:22:27 CEST 2014


Serhiy Storchaka added the comment:

These messages are produced because there are non-handled events of destroyed root widget. They are handled when update() is called for other root widget. To get rid of them you should call update_idletasks() before destroying root widget.

----------

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


More information about the Python-bugs-list mailing list