I\'m really annoyed by installation of PIL (Python Imaging Library) on Mac OS X 10.6. Does anyone have it installed and could post the recipe here? I\'ve tried a lot of them
Following steps worked for me:
$ brew install pip $ export ARCHFLAGS="-arch i386 -arch x86_64" $ pip install pil