[Image-SIG] Problem compiling PIL on Linux

Michele Petrazzo - Unipex srl michele.petrazzo at unipex.it
Wed Oct 24 21:13:47 CEST 2007


Felipe Gomes Vieira Ferreira wrote:
> Hi. I have just downloaded python pil, and when i try to compile it
> generate a lot off errors:
> 

Follow those pass:
your_package_manager install python-image
(in debian, apt-get install python-imaging, in fedora yum install ....)

OR

your_package_manager install python-dev
make && make install

and yes, you need Python.h :)

Michele


More information about the Image-SIG mailing list