[PyKDE] PyQt-2.4 make is confused

Albert Wagner alwagner at tcac.net
Sat May 5 02:43:17 BST 2001


PyQt-2.4 configured and compiled without errors, but the install went crazy.  
Can anyone tell me what "make install" was trying to do here?  qt.py at line 
43 is:

import libqtc

yet, as seen below, it didn't install any libqtc

Thanks ahead for any help.
========================================
$ make install
Making install in qt
make[1]: Entering directory `/root/pkg/python/PyQt-2.4/qt'
make[2]: Entering directory `/root/pkg/python/PyQt-2.4/qt'
/bin/sh ../mkinstalldirs /usr/local/lib/python2.1/site-packages
 /bin/sh ../libtool  --mode=install /usr/bin/install -c  libqtcmodule.la 
/usr/local/lib/python2.1/site-packages/libqtcmodule.la
/usr/bin/install -c .libs/libqtcmodule-2.4.so 
/usr/local/lib/python2.1/site-packages/libqtcmodule-2.4.so
(cd /usr/local/lib/python2.1/site-packages && rm -f libqtcmodule.so && ln -s 
libqtcmodule-2.4.so libqtcmodule.so)
/usr/bin/install -c .libs/libqtcmodule.lai 
/usr/local/lib/python2.1/site-packages/libqtcmodule.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/python2.1/site-packages
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/python2.1/site-packages
<more>
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /usr/local/lib/python2.1/site-packages
 /usr/bin/install -c -m 644 qt.py /usr/local/lib/python2.1/site-packages/qt.py
make  install-data-hook
make[3]: Entering directory `/root/pkg/python/PyQt-2.4/qt'
(cd /tmp; 
PYTHONPATH=/usr/local/lib/python2.1/site-packages:/usr/local/lib/python2.1/site-packages 
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 43, in ?
    import libqtc
ImportError: shared object not open
make[3]: *** [install-data-hook] Error 1




More information about the PyQt mailing list