On Mon, Nov 20, 2006 at 07:26:53PM -0200, Ronan Lucio enlightened us:
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_GNU_SOURCE -fPIC -fPIC -DHAVE_LIBZ -IlibImaging -I/usr/include -I/usr/local/include -I/usr/include/python2.3 -c libImaging/Blend.c -o build/temp.linux-i686-2.3/libImaging/Blend.o In file included from libImaging/Imaging.h:14, from libImaging/Blend.c:19: libImaging/ImPlatform.h:10:20: Python.h: Arquivo ou diretório não encontrado
If the babelfish translation is right, it means you don't have Python.h.
Do you have python-devel installed?
Matt