After much torment, and many failures, PIL is now installed. And, it is embarrassing just how simple it ended up being. I'm leaving this here so when I move to my next dev box, I don't spend three days figuring out again.
At the time of this writing, I was running OSX 10.8.2 but I'm sure this will work on earlier versions and probably subsequent versions for some time.
1. Open Terminal
2. Type: sudo easy_install pip
At the time of this writing, I was running OSX 10.8.2 but I'm sure this will work on earlier versions and probably subsequent versions for some time.
1. Open Terminal
2. Type: sudo easy_install pip
3. Type: sudo pip install PIL
Thanks to klobucar at StackOverflow for his answer regarding installing PIP.
Thanks to klobucar at StackOverflow for his answer regarding installing PIP.