Install Python Imaging Library (PIL) on OS X 10.6 (Snow Leopard)
9/04/2011I look a bit painful to do this at first, but here is a very simple solution.
- Install brew
- run ‘brew instal PIL’
- Brew install PIL at /usr/local/Cellar/pil/1.1.7/lib/python2.6/site-packages
- Symlink the PIL site-packages to your Python site-packages in /Library/Python/2.6/site-packages
ln -s /usr/local/Cellar/pil/1.1.7/lib/python2.6/site-packages/PIL /Library/Python/2.6/site-packages/PIL