I am trying to install Pillow on mavericks with no luck.
I have tried:
pip install Pillow
The install works great.
However I get the error:
ImportError: No module named PIL
On this line of code in my script:
from PIL import Image, ImageFont, ImageDraw
I have no idea whats wrong. Ideas?