ImportError: no module named Image, ImportError: no module named PIL — Python, Anaconda, PIL, pillow, mac 10.10.3,
问题 I'm using a Mac OS x 10.10.3 Yosemite, and Python 2.7.9 |Anaconda 2.2.0 (x86_64) for a lot of python stuff. I'm using eclipse, and google app engine. I'm running out of stack overflow posts to read for this error that a lot of people have, then resolve by some means that has not work for me. I'm getting this error: import Image ImportError: No module named Image From this code: try: from PIL import Image except: import Image After I already tried the following: conda install pillow sudo pip