Problems with Snow Leopard, Django & PIL

Posted by Cato Johnston on Stack Overflow See other posts from Stack Overflow or by Cato Johnston
Published on 2009-09-09T10:05:13Z Indexed on 2010/04/18 6:23 UTC
Read the original article Hit count: 483

Filed under:
|
|
|
|

Hi

I am having some trouble getting Django & PIL work properly since upgrading to Snow Leopard.

I have installed freetype, libjpeg and then PIL, which tells me:

--- TKINTER support ok
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
--- FREETYPE2 support ok

but when I try to upload a jpeg through the django admin interface I get:

Upload a valid image. The file you uploaded was either not an image or a corrupted image.

It works fine with PNG files.

Any Ideas?

© Stack Overflow or respective owner

Related posts about django

Related posts about pil