On Thu, Apr 24, 2008 at 1:16 PM, James Simmons <[EMAIL PROTECTED]> wrote: > The words are spoken correctly, but the callbacks that *should* be invoked > after each word never happen.
I see no sign of a call to gtk.gdk.threads_init() or whatever the current preferred alternative is. Without a call like that, I believe all versions of PyGTK don't really allow for threading. They certainly didn't at the python level last time I tried. Try searching for pygtk thread faq, or something of the sort, for more on this. -- Michael Urman _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
