Click to See Complete Forum and Search --> : Trouble Installing PyKDE in Slack


nko
12-11-2003, 04:53 AM
Hi! I'm having trouble installing PyKDE in Slackware 9.1, using KDE 3.1.4. I've installed PyQt and sip by downloading the source and installing them. I first installed sip, then PyQt. Both are version 3.9, and came from this site (http://www.riverbankcomputing.co.uk). PyKDE, also from there, comes next. It's only version 3.8. When I try to do this:

python build.py

I get this:

Building PyKDE 3.8 on linux2.

Python version is 2.3
Python parent directory is /usr/lib/python2.3
Python library directory is /usr/lib/python2.3/config
Python include directory is /usr/include/python2.3

Home directory is /root

sip code generator path (sip) is /usr/local/bin
sip version is 3.9
sip lib directory (libsip*) is /usr/lib/python2.3/site-packages
sip include directory (sipQt.h) is /usr/include/python2.3

Qt3 parent directory is /usr/lib/qt-3.2.1
Qt3 lib directory (libqt-mt.so.3) is /usr/lib/qt-3.2.1/lib
Qt3 include directory (qglobal.h) is /usr/lib/qt-3.2.1/include
Qt version is 3.2.1

PyQt lib directory is /usr/lib/python2.3/site-packages
PyQt lib version is 3.9

*** Error: PyQt sip files directory -- not found
(['../', '/usr/local/', '/usr/local/src/', '/usr/src/', '/usr/share/sip', '/usr/local/share/sip', '/usr/share/sip/qt'], PyQt-x11-gpl-3.9/sip/qtmod.sip)

Please review the installation documentation before reporting errors
When reporting errors, include the complete output of this program


This is what happens when I try to install it right after installing sip and PyQt, in that order. I think that's all I have to do. For good measure, I even rebooted, but nothing new happened. Any ideas?