pyqt 3.4 -- libqtcmodule.so undefined symbol

Serge Boiko boiko at demogr.mpg.de
Wed Sep 25 15:05:54 EDT 2002


I've just compiled pyqt v.3.4 on Mandrake Linux 9.0 (rc3) and any pyqt
applications I tried crashes with the message:

Traceback (most recent call last):
  File "/usr/lib/python2.2/site-packages/eric/eric.py", line 6, in ?
    from qt import QApplication, QTranslator, QTextCodec
  File "/usr/lib/python2.2/site-packages/qt.py", line 39, in ?
    import libqtc
ImportError: /usr/lib/python2.2/site-packages/libqtcmodule.so: 
undefined symbol: _ZNK9QSGIStyle9classNameEv

I have python 2.2.1 and gcc version 3.2-1mdk. Compilation ran
smoothly.
What's wrong?

-Serge



More information about the Python-list mailing list