[PyKDE] 4.0_rc2 sip with PyQt 3.10?

Phil Thompson phil at riverbankcomputing.co.uk
Sat Jan 17 23:55:00 GMT 2004


On Saturday 17 January 2004 10:42 pm, Rob Cakebread wrote:
> Hi,
>
> I've compiled sip 4.0_rc2 and PyQt 3.10, using Python 2.3.3. From what I
> read on the website, that combination should work.
>
> If I "import qt" I get:
>
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/lib/python2.3/site-packages/qt.py", line 24, in ?
>     import libsip
> ImportError: No module named libsip
>
> I don't seem to have a libsip anywhere. I do have
> /usr/lib/python2.3/site-packages/sip.so
>
> Any ideas?

Remove your old version of PyQt, ie. qt*.py and libqt* from site-packages.

Phil




More information about the PyQt mailing list