Building Python Imaging
I had trouble getting the jpeg mod to install when building the Python Imaging Library. This helpful response made all the difference!
Geeklibrarian on #plone said:
my notes say:
Then it's very important to install the libraries and the headers (/usr/local by default):
1. make install-lib
2. make install-header
Skipping either of these last two steps means that PIL will fail its self-test for the jpeg decoder.
(that was on redhat linux something-or-other)
