| hi, 
 ich versuche sip 4.5.2 zu kompilieren und das ist mal wieder problematisch:
 
 
 Code: 
python configure.py
This is SIP 4.5.2 for Python 2.4.4 on linux2.
 The SIP code generator will be installed in /usr/bin.
 The SIP module will be installed in /usr/lib/python2.4/site-packages.
 The SIP header file will be installed in /usr/include/python2.4.
 The default directory to install .sip files in is /usr/share/sip.
 The platform/compiler configuration is linux-g++.
 Creating sipconfig.py...
 Creating top level Makefile...
 Creating sip code generator Makefile...
 Creating sip module Makefile...
 
 
 
 woran liegt's?
 
 
 nach make bekomme ich eine ellenlange fehlerausgabe:
 
 
 
 
 Code: 
make
make[1]: Entering directory `/home/giyani/Desktop/PyQt/sip-4.5.2/sipgen'
 make[1]: »sip« ist bereits aktualisiert.
 make[1]: Leaving directory `/home/giyani/Desktop/PyQt/sip-4.5.2/sipgen'
 make[1]: Entering directory `/home/giyani/Desktop/PyQt/sip-4.5.2/siplib'
 gcc -c -pipe -fPIC -O2 -w -I. -I/usr/include/python2.4 -o siplib.o siplib.c
 siplib.c:17:20: error: Python.h: Datei oder Verzeichnis nicht gefunden
 In file included from siplib.c:23:
 sip.h:39:2: error: #error "This version of SIP requires Python v2.3 or later"
 In file included from siplib.c:23:
 .
 .
 .
 .siplib.c: At top level:
 siplib.c:7206: error: expected ')' before '*' token
 make[1]: *** [siplib.o] Fehler 1
 make[1]: Leaving directory `/home/giyani/Desktop/PyQt/sip-4.5.2/siplib'
 make: *** [all] Fehler 2
 
 |