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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -