[PyKDE] undefined symbol sipAddLicense

Neal D. Becker nbecker at hns.com
Wed Sep 11 21:23:01 BST 2002


Hi.  I just build/installed sip-3.4, PyQt-3.4, and PyKDE-3.3.2.  I
went to PyKDE-3.3.2/examples, and tried:

python  pykless.py
Traceback (most recent call last):
  File "pykless.py", line 11, in ?
    from kdecore import KAccel, KStdAccel, KCmdLineArgs, KURL, KApplication, i18n, KAboutData,\
  File "/usr/lib/python2.2/site-packages/kdecore.py", line 33, in ?
    from qt import QApplication
  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: sipAddLicense

What's wrong?  Indeed, there is no such symbol in
/usr/lib/python2.2/site-packages/libsip.so.9.




More information about the PyQt mailing list