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

Eric report at bugs.python.org
Sun May 24 16:52:01 CEST 2009


Eric <eric at ericaro.net> added the comment:

OK, this is a workaround. 

adding this line 
gtk.gdk.threads_init()

makes the job. And that's ok for me.

nevertheless, I still got the feeling that's this is a flaw in the Timer
implementation: it's behaviour is changed by some external (gtk) code.

----------
status: pending -> open

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


More information about the Python-bugs-list mailing list