import libsip

Phil Thompson phil at river-bank.demon.co.uk
Fri Dec 6 12:00:10 EST 2002


On Friday 06 December 2002 4:32 pm, Pantxo Villa wrote:
> Hi,
>
> I'm French, so sorry for my English.
> I try to install pyqt with python 2.2 and qt 2.3.1 or newer, but the
> "make install" give me the following error, and it's the same when I try
> to run examples...
> Could you help me please?
>
>
>
> /bin/sh ../mkinstalldirs /opt/python_222/lib/python2.2/site-packages
>  /usr/bin/install -c -m 644 /qt.py
> /opt/python_222/lib/python2.2/site-packages/qt.py
> make install-data-hook
> make[3]: Entering directory `/usr/local/PyQt-3.2.4/qt'
> (cd
> /tmp;PYTHONPATH=/opt/python_222/lib/python2.2/site-packages:/opt/python_
> 222/lib/python2.2/site-packages
> /opt/python_222/bin/python -c "import qt")
> Traceback (most recent call last):
>   File "<string>", line 1, in ?
>   File "/opt/python_222/lib/python2.2/site-packages/qt.py", line 46, in
> ?
>     import libsip
> ImportError: libqt-mt.so.3: cannot load shared object file: No such file
> or directory

Which directory is libqt-mt.so installed in?

If you are on a Linux system, is that directory in your /etc/ld.so.conf file?

Are you successfully running any other Qt applications?

Phil




More information about the Python-list mailing list