How do I get Pillow module to work on Python 2? -
i'm using mac yosemite.
"from pil import image" works in terminal, doesn't work in sublime. when run in sublime, "importerror: no module named pil"
"import image" doesn't work either. want work sublime, i'm not sure if it's problem editor though seems work in terminal.