[PyKDE] Suse 9.0 - PyKDE problems

Toth Balazs tothbalazs at mail.index.hu
Mon Dec 29 17:32:00 GMT 2003


Let's see my problems:

1. The program didn't find sip.h and sipQt.h where they were, I had to copy 
them to the *.sip files directory, and there it worked. (The original dir 
was /usr/include/python2.3, but the installer didn't see the files if I gave 
that dir)

2. I had to make a new directory for the qtmod.sip file (/PyQt-x11-gpl-3.8/sip 
inside /usr/share/sip), but the documentation didn't mention that I have to 
do it, it was my improvisation.

3. It's still not working.

In your answer please don't forget that I don't have any programming skill, I 
just want to run SuperKaramba.

Thanks for your help,
Balazs Toth

Here comes the output:

linux:/home/balage/karamba-themes/PyKDE-3.8.0 # python build.py -e /usr/
include/python2.3  -s /usr/lib/python2.3/site-packages/ -v /usr/share/sip/qt/

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.8
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/qt3
Qt3 lib directory (libqt-mt.so.3) is /usr/lib/qt3/lib
Qt3 include directory (qglobal.h) is /usr/lib/qt3/include
Qt version is 3.2.1

PyQt lib directory is /usr/lib/python2.3/site-packages/
PyQt lib version is 3.8
PyQt sip files directory is /usr/share/sip/qt/PyQt-x11-gpl-3.8/sip
PyQt sip version is 3.8.0

KDE3 parent directory is /opt/kde3
KDE3 library directory (libkdecore.so) is /opt/kde3/lib
KDE3 include directory (kapplication.h) is /opt/kde3/include
KDE version is 3.1.4

make program is make
Makefile generator path (qmake) is /usr/lib/qt3/bin
Install directory is /usr/lib/python2.3/site-packages

Component versions are compatible (3.8)
Qt thread support is enabled.


An internal error occured.  Review the installation documentation or
report all the output from the program, including the traceback,
to the PyKDE mailing list: <pykde at mats.imk.fraunhofer.de>. Thanks.


Traceback (most recent call last):
  File "build.py", line 1038, in ?
    main (sys.argv)
  File "build.py", line 993, in main
    dis.setPatches (proPatches, makefilePatches)
  File "build/discover.py", line 781, in setPatches
    linkPath = "%s -L %s -L%s" % (ld, self.pyqtLib.path, sitePkgs)
AttributeError: 'Discovery' object has no attribute 'pyqtLib'





More information about the PyQt mailing list