Re: [PyQt] Problems with QThreads and python threads

2007-08-01 Thread Phil Thompson
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

[PyQt] Problems with QThreads and python threads

2007-08-01 Thread Andrea Cimino
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