Hi,

The same problem happen to me.

the problem was that sip was compiled against libqt2.

when you configure sip you have to explicitly specify
which qt to use :
 ./configure --with-qt-dir=/usr/lib/qt3/    // ( on Mandrake 8.2 ).

you can check the problem by using 'ldd' on sip, or on the pyqt shared 
library.

Raf.

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to