PyQT installation problems

Phil Thompson phil at riverbankcomputing.co.uk
Wed Aug 20 06:21:37 EDT 2003


On Wednesday 20 August 2003 10:54 am, Stelian Iancu wrote:
> Hello all!
>
> I am trying to install eric3, the Python IDE. I've downloaded and installed
> successfully sip-3.8, QScintilla-1.2 and PyQT-3.8. However, when I try to
> install eric, I get the following error:
>
> Sorry, please install PyQt.
>
> I looked into the install script, then I opened a Python window and there I
> tried import qt and I got the following error:
>
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/lib/python2.2/site-packages/qt.py", line 25, in ?
>     import libqtc
> ImportError: /usr/lib/python2.2/site-packages/libqtcmodule.so: undefined
> symbol: _ZNK9QSGIStyle9classNameEv
>
> I am using Mandrake 9.1 with the default Python (2.2.3) and Qt.

Please read the PyQt FAQ.

Phil






More information about the Python-list mailing list