[PyKDE] PyQT bug

Jacek Jablonski yacek87 at gmail.com
Fri Dec 29 15:28:32 GMT 2006


Hi!
I have noticed some bug. This kind of code was working in some
previous versions. Here it causes program hang.
I have a class that inherits from QtCore.QThread. After clicking
specific button, get_ready() function is called in this class. This
function "collects" data from interface and at the end it has
self.run() (so it starts this thread). Inside run I have something
like that:
*****
f = urllib2.urlopen('http://www.something.com/minimal/login.jsp')
*****
and it hangs.
I am running windows, with precompiled PyQt 4.1.1

Greetings,
JJ




More information about the PyQt mailing list