[PyKDE] Post Build Runtime problems libqtcmodule.so:undefinedsymbol:static_QUType_ptr

Raphael Dechenaux raphael.dechenaux at laposte.net
Tue May 14 13:27:00 BST 2002


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.




More information about the PyQt mailing list