[PyKDE] Re: undefined symbol sipAddLicense
Phil Thompson
phil at river-bank.demon.co.uk
Thu Sep 12 01:37:01 BST 2002
Neal D. Becker wrote:
> 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.
That symbol is in sip-3.4, which builds libsip.so.9.2.0.
Sounds like you haven't built/installed sip properly.
Phil
More information about the PyQt
mailing list