2010/8/2 Dhruv Majumdar <dh...@nettrackers.net>:

> Im new to Python and have been struggling with this error during tests:
>
> IOError: encoder zip not available
>
> I have python 2.7 with zlib, jpeg and freetype installed on the server. When
> building PIL it shows support for all three above. However i notice at
> ImageFile._save(im, _idat(fp, chunk), [("zip", (0,0)+im.size, 0, rawmode)])
>
> I get the abovementioned error.

Make sure your Python script is actually picking up the version you
built.  To see which version it's using, add this to your script:

     import _imaging; print _imaging.__file__

</F>
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to