Im using sorl.thumbnail for django locally on my mac and have been having trouble with PIL, but today i finally managed to get it installed - was some trouble with libjpeg.
If you have macports installed, you should do a:
$ sudo port selfupdate $ sudo port install py27-pil
It's easier than the easy_install method since macports install the right dependencies.