Kompiling PyQt

Michael Melchert mmelchert at cgg.com
Fri Oct 12 10:22:25 EDT 2001


Timothy Grant wrote:

> I thought I would take a look at PyQt and see what was going on in that
> project, so I downloaded the code did ./configure && make and that
> worked just fine. However, when I did the make install, I got the
> following error...
> 
> (cd /tmp;
> 
PYTHONPATH=/usr/local/lib/python2.1/site-packages:/usr/local/lib/python2.1/site-packages
> /usr/local/bin/python -O -c "import qt") Traceback (most recent call
> last):
>   File "<string>", line 1, in ?
>   File "/usr/local/lib/python2.1/site-packages/qt.py", line 44, in ?
>     import libqtc
> ImportError: /usr/local/lib/python2.1/site-packages/libqtcmodule.so:
> undefined symbol: __ti8sipProxy
> 
> I'd love some insight on how to resolve this issue.
> 
> Thanks.
> 
> 
Tim,

it looks like you didn't get hold of the sip library. The PyQt library is 
build on top of it. You should find a link to it on 
http://www.thekompany.com/projects/pykde/download.php3?dhtml_ok=0





More information about the Python-list mailing list