Python with PIL and Libjpeg on Leopard
- by thescreamingdrills
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 freetype2 through fink.
I tried to reinstall PIL using instructions from http://timhatch.com/ (bottom of the page)
"* Download PIL 1.1.6 source…