On Friday 21 November 2003 17:32, Laurent Rathle wrote: > and it works. But now, make stop with this error : > > g++ -c -pipe -w -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro > -fno-exceptions -I/usr/lib/qt3//mkspecs/default -I. -I. > -I/usr/include/python2.2 -I/opt/kde3/include -I.. -o testPythonize.o > testPythonize.cpp > testPythonize.cpp:20:20: Python.h: No such file or directory > In file included from testPythonize.cpp:21: > ../pythonize.h:27:20: Python.h: No such file or directory > > which is strange since I have python-devel package.
Perhaps Python _2.3_ devel package ? In that case, note that, there is /usr/include/python2.2 as -I . I was unable to fix it (as I'm ac/am idiot) , but dirty hack ln -s /usr/include/python2.3 /usr/include/python2.2 worked for me. -- Mateusz Korniak "Black holes are where God divided by zero." - Steven Wright _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde