Skip to content Skip to sidebar Skip to footer

Pil Says It Has "support Available" But Still Gives Ioerror When Saving Files

I am using PIL through virtualenv on ubuntu, installed with pip. I have changed the setup.py file to point to the decoders libaries. I get this message when I install PIL: PI

Solution 1:

I think I already experienced the same problem. Also, I think this is a duplicate of this About the PIL Error -- IOError: decoder zip not available

  1. Download PIL Source
  2. Download zlib
  3. Point PIL source to zlib
  4. Rebuild PIL

Post a Comment for "Pil Says It Has "support Available" But Still Gives Ioerror When Saving Files"