[PyKDE] "undefined symbol" in 3.2.4
Phil Thompson
phil at river-bank.demon.co.uk
Sun May 19 20:31:00 BST 2002
Yannick Gingras wrote:
>
> Hi, I compile PyQt and sip 3.2.4 against Qt 3.0.4 from the Mandrake RPM in
> the kde 3 stable mirror and against a self compiled Qt 3.0.4 from sources.
>
> I took care of even erasing the compilation tree I used and to un-tar again
> between each attempt and to export QTDIR properly
>
> The compilation goes just fine but at the end in installation, during the
> "import qt" command I receive the followin error message :
>
> (cd /tmp;
> PYTHONPATH=/usr/lib/python2.2/site-packages:/usr/lib/python2.2/site-packages
> /usr/bin/python -c "import qt")
> Traceback (most recent call last):
> File "<string>", line 1, in ?
> File "/usr/lib/python2.2/site-packages/qt.py", line 49, in ?
> import libqtc
> ImportError: /usr/lib/python2.2/site-packages/libqtcmodule.so: undefined
> symbol: metaObject__C9QSGIStyle
>
> Anyone has some tips to help me dig to the origin of this problem ?
Read README.Linux.
Phil
More information about the PyQt
mailing list