[pygtk] Problem with threads

David Cohen dacohen at gmail.com
Sun Feb 26 01:19:59 WST 2006


Hi,

I don't know if it is a problem with pygtk. I am trying to use thread
(from threading module) on a program using als pygtk. I create the
thread and pass a function as the target (mythread =
threading.Thread(target = myfunc). Then I call the mythread.start()
but the thread never really starts, just when I call the
mythread.join() method. But it I do the samething without the pygtk,
the thread works well.
Dows anybody could help me?

BR,

David


More information about the pygtk mailing list