Title: Message
> I compiled PyQt and sip 3.4 on Mandrake 9.0 (Qt 3.0.5, python 2.2.1) and 
> everything went fine. But then when I import qt I get this error:
>
>>>> import qt
>Traceback (most recent call last):
 > File "<stdin>", line 1, in ?
>  File "/usr/lib/python2.2/site-packages/qt.py", line 39, in ?
>    import libqtc
>ImportError: /usr/lib/python2.2/site-packages/libqtcmodule.so: undefined 
>symbol: _ZNK9QSGIStyle9classNameEv
>
>I tried to do what was said in the README.Linux file but then I just got 
>a lot of error messages when trying to compile.
>
>Has anyone had similar problems and is there a solution to this?
The problem is Qt for Mandrake is not compiled with all styles. So, you have to patch PyQT sources to remove such styles. I can send you the path this evening from home, or you can dowload from www.mandrakeclub.com the srpm I made for 8.2 and rebuild it for 9.0.
 
    Jérôme

 

Reply via email to