[PyKDE] ANNOUNCE: PyQt/PyKDE v0.10 (Python Bindings)
Phil Thompson
phil at river-bank.demon.co.uk
Fri Dec 24 15:49:23 GMT 1999
Carlos Silva wrote:
>
> Hi,
>
> I have installed the rpm's of sip, PyQt and PyKDE found in the above page.
> When I try to run one of the examples in Qt or the example in KDE
> I got the following error:
>
> Traceback (innermost last):
> File "./aclock.py", line 4, in ?
> from qt import *
> File "/usr/lib/python1.5/qt.py", line 16, in ?
> import libqtc
> ImportError: /usr/lib/libsip.so.1: undefined symbol: __pure_virtual
>
> Could somebody help with this, please?
>
> Thanks,
>
> Carlos Silva.
What do you get when you run ldd /usr/lib/libsip.so.1? Are all the
dependent libraries there?
This was my first attempt at building RPMs (I don't have a RedHat
system), so I may have got it wrong.
Phil
More information about the PyQt
mailing list