[PyKDE] QThread gone?
Eric Williams
rube at uselessbastard.net
Fri Nov 21 02:32:01 GMT 2003
Hi there,
I've just installed the new version of PyQt (PyQt-x11-gpl-3.8.1), and now my
program doesn't work anymore. It fails with the following:
Traceback (most recent call last):
File "./QSynclogs.py", line 27, in ?
import FTPWorker
File "/home/eric/Desktop/Data/Dev/Python/QSynclogs/FTPWorker.py", line 21,
in ?
from qt import QThread,qApp, QCustomEvent
ImportError: cannot import name QThread
System:
Slackware 9.1
Qt 3.2.1
Python 2.3.1
PyQt-x11-gpl-3.8.1
What happened? If QThread isn't there anymore, what's the alternative?
thanks,
Eric
More information about the PyQt
mailing list