[Image-SIG] libjpeg and pil on intel mac os x

Fredrik Lundh fredrik at pythonware.com
Wed May 31 21:28:49 CEST 2006


Josh Stephenson wrote:

> It says:
> import _imaging # dynamically loaded from 
> /usr/local/lib/python2.4/site-packages/PIL/_imaging.so
> 
> what now?

did setup.py say "--- JPEG support ok", btw ?

as was mentioned in earlier no threads, if you get that message and
have a clean build (no linker errors), there's no way you can get the 
"decoder not available" message from that build.  if this is the case, 
search your disk for other copies of _imaging.

if you didn't get the "support ok" message, PIL's setup file couldn't
find a usable JPEG library in the standard locations; see comments at 
the top of setup.py for information on how to fix this.

</F>



More information about the Image-SIG mailing list