PyQt

jasper van putten jaspervp at hotmail.com
Wed Oct 11 18:40:35 EDT 2000


bowman wrote:

> I'm trying to build PyQt with 2.0/1 on a Mandrake 7.1 installation. sip
> builds and installs, and PyQt itself builds for an hour or so,
> ultimately failing with:
> 
> make[3]: Entering directory `/usr3/python/PyQt-2.0/qt'
> (cd /tmp;
> 
PYTHONPATH=/usr/local/lib/python2.0/site-packages:/usr/local/lib/python2.0/site-packages
> python -c "import qt")
> Traceback (innermost last):
>   File "<string>", line 1, in ?
>   File "/usr/local/lib/python2.0/site-packages/qt.py", line 16, in ?
>     import libqtc
> ImportError: /usr/local/lib/libsip.so.3: undefined symbol:
> PyObject_Init
> 
> Anyone know what this is about?
> 
> tia.

I had a simulair problem. it has something to do with libsip.so.3 which cannot 
be found. I solved it by copying libsip.so.3 from /usr/local/lib/ to /usr/lib/




Jasper van Putten





More information about the Python-list mailing list