[PyKDE] Installation troubles...

Jonathan Gardner jgardn at u.washington.edu
Mon Aug 13 13:31:43 BST 2001


I'm running SuSE 7.1, with python 2.1 and qt-2.3.1.

I got sip-2.5 installed without a hitch. I did:
./configure
make
make install

I compiled PyQt-2.5 without a hitch. I did:
./configure
make

But when I do 'make install', it says the following:

Making install in qt
<snip>
/bin/sh ../libtool  --mode=install /usr/bin/install -c libqtcmodule.la 
/usr/lib/python2.1/sit
e-packages/libqtcmodule.la
/usr/bin/install -c .libs/libqtcmodule-2.5.so 
/usr/lib/python2.1/site-packages/libqtcmodule-2
.5.so
(cd /usr/lib/python2.1/site-packages && rm -f libqtcmodule.so && ln -s 
libqtcmodule-2.5.so li
bqtcmodule.so)
/usr/bin/install -c .libs/libqtcmodule.lai 
/usr/lib/python2.1/site-packages/libqtcmodule.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/python2.1/site-packages
<snip>
/bin/sh ../mkinstalldirs /usr/lib/python2.1/site-packages
 /usr/bin/install -c -m 644 ./qt.py /usr/lib/python2.1/site-packages/qt.py
make  install-data-hook
make[3]: Entering directory `/home/jgardn/tmp/PyQt-2.5/qt'
(cd /tmp; 
PYTHONPATH=/usr/lib/python2.1/site-packages:/usr/lib/python2.1/site-packages 
/usr/b
in/python -O -c "import qt")
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/lib/python2.1/site-packages/qt.py", line 44, in ?
    import libqtc
ImportError: undefined symbol: __ti15QInterlaceStyle
<snip>

Any ideas? Off the top of my head, it looks like it finds libqtcmodule.so 
okay, but there is some problem trying to link to it.

--Jonathan




More information about the PyQt mailing list