我在外壳中使用以下命令来安装PIL:
easy_install PIL
然后我运行python
,并输入:import PIL
。但是我得到这个错误:
Traceback (most recent call last):
File "<console>", line 1, in <module>
ImportError: No module named PIL
我从来没有遇到过这样的问题,您怎么看?
from PIL import Image
,这是行不通的。
easy_install Pillow
改为。枕头是PIL的叉,其具有更好的包装和支持Python 3.