我正在学习 Django,所以我创建了一个简单的图库应用程序,它允许我通过 Django管理应用程序上传图像。当我从计算机中通过ImageField选择图像并点击Save时,会出现错误
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 并且还为这个版本的 python 安装了 PIL。
有谁知道如何解决这个问题?