From: Ryan Newton
I'm new to python and to learn more I've been working through python
challenge.

Aaaarghhh!!! Python Challenge? I tried that a couple of years ago and it
almost drove me insane! INSANE!!!11! (almost)


I needed PIL a few levels ago, and encountered this error, but was able to
work around it. Now I don't see any way, and everything I try keeps giving
me the IOError: decoder jpeg not available error.

This means that PIL was built without JPEG support. You can try building
libjpeg and adding it to PIL. I'm not a Mac person so I can't help with the
details for that. On Windows, I just built libjpeg with its makefile, set
the location of the library and the headers in PIL's setup.py and rebuilt
PIL.

Another option would be to avoid using JPEG images. If you need to read a
JPEG for Python Challenge, just convert it to another format with some other
program.

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

Reply via email to