Using python 2.7 on Windows 7 installed package pillow with
在Windows 7上使用python 2.7安装包枕
python -m pip install pillow
Got success message (Successfully installed pillow
). Closed and re-opened cmd terminal.
收到成功消息(成功安装枕头)。关闭并重新打开cmd终端。
But when I try to
但是当我尝试的时候
import pillow
I get the error message
我得到了错误信息
ImportError: No module named pillow
If python -m pip install pillow
is run again, it says
如果python -m pip安装枕头再次运行,它说
Requirement already satisfied (use --upgrade to upgrade): pillow in c:\python27\lib\site-packages