[issue13040] call to tkinter.messagebox.showinfo hangs the script on timer on Windows

Ned Deily report at bugs.python.org
Fri Sep 30 21:25:29 CEST 2011


Ned Deily <nad at acm.org> added the comment:

The problem can be reproduced on some other platforms depending on the version of Tcl/Tk in use.  But the supplied program violates the well-known if not particularly well-documented restriction of tkinter programming that all Tk UI operations must be on the main thread.  See, for example, http://effbot.org/zone/tkinter-threads.htm  or http://tkinter.unpythonic.net/wiki/mtTkinter

----------
nosy: +ned.deily
resolution:  -> invalid
status: open -> closed
type: crash -> 

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


More information about the Python-bugs-list mailing list