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

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to