On Apr 22, 2005, at 3:21 PM, Aureli Soria Frisch wrote:
I am using PIL under Mac OS X and trying to display an image with:
im.show()
I got an error message telling me that the jpeg encoder is not available so I installed again PIL by making the changes in the setup.py (JPEG_ROOT="/sw/lib","/sw/include" (since I use the libjpeg from fink). Now the setup.py build gives me the message:
Why aren't you using the Mac OS X packages from http://pythonmac.org/packages/ ?
-bob
_______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
