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
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to