This is a discussion on PyKDE on Slack 9.1 within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Greetings, Maybe I should ask this on a Python or even KDE group... but I'd like to get some ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Greetings, Maybe I should ask this on a Python or even KDE group... but I'd like to get some input from here first Has anyone successfully installed PyKDE on Slack9.1? I have sip 3.9 and pyqt 3.9 installed. I am trying to install PyKDE 3.8 (there is no 3.9, which is unusual), and here's where I'm stuck (see log below) If anyone can give me some pointers, it would be greatly appreciated Thanks DaDeXTeR <--- LOG ---> # python build.py -v "/usr/share/sip" -k /opt/kde 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/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.3 Qt3 lib directory (libqt-mt.so.3) is /usr/lib/qt-3.2.3/lib Qt3 include directory (qglobal.h) is /usr/lib/qt-3.2.3/include Qt version is 3.2.3 PyQt lib directory is /usr/lib/python2.3/site-packages PyQt lib version is 3.9 *** Error: PyQt sip files directory -- not found (['/usr/share/sip'], 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 <--- LOG ---> |
| ||||
| Martin wrote: > *** Error: PyQt sip files directory -- not found > (['/usr/share/sip'], PyQt-x11-gpl-3.9/sip/qtmod.sip) .......^^^^^^^^^^^^^^....^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^ do you have these files/directories? you say you have sip installed, but are you sure it's not in /usr/local or some other location? in which case you should probably tell PyKDE where to find it. -- Joost Kremers joostkremers@yahoo.com Slackware doesn't have any quirks. Other distros have quirks. Slackware's just pure Linux. |