I posted a question before regarding this subject, and read other ones posted before, but none has successfully solved my problem.
I am trying to install PIL on Mac
If you have macports installed, you should do a:
$ sudo port selfupdate $ sudo port install py27-pil
It's easier than the easy_install + libjpeg method since macports install the right dependencies.