[Image-SIG] PIL not loading jpeg decoder

Fredrik Lundh fredrik@pythonware.com
Fri, 26 Oct 2001 11:40:01 +0200


Nelson Rush wrote:

> I've tried everything I can think of to get the Jpeg decoder to function
> under PIL, but I've yet to get it working.

it's a build problem; the _imaging module must be linked with the
libjpeg library.

check your configuration (if necessary, tweak libImaging/ImConfig.h
and Setup by hand)

</F>