[Pythonmac-SIG] PIL/JPEG trouble

Just van Rossum just@letterror.com
Wed, 7 Aug 2002 11:49:48 +0200


Dinu Gherman wrote:

> Hi, I've got some trouble on OS X telling PIL where to find the JPEG
> library. This results in "IOError: decoder jpeg not available" errors.

Check whether libImaging/ImConfig.h contains the line

  #define HAVE_LIBJPEG 1

Just