On Feb 23, 2007, at 20:43, Matt Newell wrote:
I can reproduce this problem with the latest snapshot. It seems
that the
main thread is waiting on a semaphore(Qt) for the worker threads
while
holding the python GIL. The worker threads all get stuck waiting
for the
GIL.
Hello Matt,
Can you try and change the connect to a QueuedConnection? It looks
like it is using a "DirectConnection" now.
I was sure I tried that before, but back then I was using events and
not signals.
I tried it on my computer, but although the "connect" returns True I
do not get the emitted signal in my main thread.
I do not understand why.
Kind regards,
Michael
_______________________________________________
PyKDE mailing list PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde