[PyKDE] Re: PyQt-x11-gpl-Snapshot-20030314.tar.gz

Phil Thompson phil at river-bank.demon.co.uk
Sat Mar 15 10:23:00 GMT 2003


On Saturday 15 March 2003 3:26 am, Tune Kamae wrote:
> Dear PyQt experts,
>
> To run Eric3, I am installing latest snapshots of SIP,
> PyQt, QScintilla and Eric3.
>
> Although PyQt-x11-gpl-Snapshot-20030314.tar.gz
> installation went well, examples3 does not run.
> The error message reads:
> [root at localhost examples3]# python aclock.py
> Traceback (most recent call last):
>   File "aclock.py", line 4, in ?
>     from qt import *
>   File "/usr/local/lib/python2.2/site-packages/qt.py", line 25, in ?
>     import libqtc
> ImportError: /usr/local/lib/python2.2/site-packages/libqtcmodule.so:
> undefined symbol: _ZNK16QAssistantClient9classNameEv
>
> I have Python2.2.2 and qt-x11-free-3.1.1.tar.qz installed
> and had no problem with PyQt3.5 distribution.

You had no problems with Qt 3.1.1 and PyQt 3.5? Or did you upgrade to Qt 3.1 
after building PyQt 3.5?

This seems to be a problem if you do a "make install" after building Qt. It 
strips the static libqassistantclient.a.

Phil




More information about the PyQt mailing list