On Wednesday 01 August 2007 9:30 pm, Andrea Cimino wrote:
> Hi There!
> I have a questions and some problems related to PyQt4.
> I am developing a PyQt4 application and i have some problems mixing PyQt4
> threads and python threads that's the situation:
> from QThread class i start some python meth
Hi There!
I have a questions and some problems related to PyQt4.
I am developing a PyQt4 application and i have some problems mixing PyQt4
threads and python threads that's the situation:
from QThread class i start some python methods that launch other threads (some
connections via urllib2). The