为什么不能找到枕头模块?

时间:2014-11-13 17:00:11

标签: python-2.7 pillow

我收到了关于Pil无法找到的错误。

enter image description here

所以我查看是否已安装

enter image description here

未安装Pil。

我的import语句看起来像这样

enter image description here

所以我不知道为什么会这样。我用pip安装它(显然有点子列表)

2 个答案:

答案 0 :(得分:0)

我不能肯定地说发生了什么......但我曾尝试关闭闲置,然后重新打开它,它终于奏效了。

在卸载Pillow然后通过easy_install安装之后,我也完成了之前的操作。它在那之后仍然没有工作..但是在通过easy_install运行之后关闭空闲可能会产生差异。

答案 1 :(得分:0)

这是区分大小写的。这样做:

from PIL import Image