无法导入PIL的“_imaging”模块:DLL加载失败:找不到指定的模块

时间:2013-11-14 14:24:43

标签: python django

我正在学习Django,所以我创建了一个简单的图库应用程序,它允许我通过Django admin 应用程序上传图像。当我从计算机通过 ImageField 选择图像并点击保存时,会出错

ImproperlyConfigured at /admin/photogallery/photo/add/
The '_imaging' module for the PIL could not be imported: DLL load failed: The specified module could not be found.

我正在使用Django1.6,apache2.2,Python2.7.5和PIL也为此版本的python安装。

有谁知道如何解决这个问题?

2 个答案:

答案 0 :(得分:2)

正如Ludwik Trammer建议的那样,我卸载了 PIL 并安装了 Pillow 并解决了问题。使用早期版本的 Django PIL 对我来说很好,但不适用于Django 1.6

答案 1 :(得分:0)

如果使用anaconda distro,请尝试安装PIL安装此命令

conda install -c anaconda pillow