[PyKDE] from Qt3Support import * fails ?
Dave S
eric3 at pusspaws.net
Thu Sep 28 16:07:51 BST 2006
Having written my app in QT3 on Linux, I now have to port it to the GPL QT4 on
XP :)
OK so I might be missing something - I have installed, QT v4.1.4; PyQt v4.0.1;
and Python v2.4.3
The PyQt demo works great - nice green fading demo etc - I have successfully
managed to get a dialog box up on XP so the app conversion starts...
I need the Qt3Support module (http://doc.trolltech.com/4.0/porting4.html) and
I get stuck straight away
from PyQt4 import *
from Qt3Support import *
gives no module named 'Qt3Support' :(
Any ideas - ?
Dave
More information about the PyQt
mailing list