下载https://pypi.python.org/pypi/Pillow/2.2.1#downloadspython
NOTE:spa
1.PIL and Pillow currently cannot co-exist in the same environment. If you want to use Pillow, please remove PIL first.code
2. “import Image” to:“from PIL import Image”rem
3.If your code imports from _imaging, it will no longer work.get
“ from PIL import Imageit
_imaging = Image.core”class