GUI (PyQt) & thread problem

Lee Harr missive at frontiernet.net
Sun Feb 24 17:50:31 EST 2002


> Can someone tell me what the problem is with the following program, as it 
> hangs. I'm pretty sure there's some inherent design-flaw involved, but
> I'm not familiar enough with threads or GUI-programming to know what it 
> could be.
> 
> I've also tried modyfing the program to use PYSIGNALs instead of passing the
> caller to the thread, but the results were the same.
> 

I did a google search for pyqt threading and I am not so sure that
these things are working together.

There is a qt QThread class, but it does not seem to be available
to pyqt yet.




More information about the Python-list mailing list