Tagged Questions

3
votes
5answers
3k views

Python with PIL and Libjpeg on Leopard

I'm having trouble getting pictures supported with PIL - it throws me this: IOError: decoder jpeg not available I installed PIL from binary, not realizing I needed libjpeg. I installed libjpeg and ...