[issue6073] threading.Timer and gtk.main are not compatible

Antoine Pitrou report at bugs.python.org
Sun May 24 13:44:07 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

It is probably a problem with the gtk/gobject Python binding.
By the way, you're supposed to call `gobject.threads_init()` if you use
threads with Python and gobject/gtk.
Besides, gtk certainly has its own timing facilities, while
threading.Timer is rather crude.

----------
nosy: +pitrou
status: open -> pending

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


More information about the Python-bugs-list mailing list