码迷,mamicode.com
首页 > 其他好文 > 详细

The '_imaging' module for the PIL could not be imported: DLL load failed: The specified module could not be found

时间:2015-04-24 16:09:42      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

I uninstalled the PIL and installed the Pillow and the problem solved.PIL worked fine for me with the earlier versions of Django but not with Django 1.6

apache上跑Django项目中使用了PIL会报utf8的不能解析的错误

技术分享

但是跟踪错误后发现

技术分享

其中引入_imaging的时候报错了。然后去外网上搜原来Django 1.6不能使用PIL,需要卸载PIL,然后安装Pillow就不会报错了。

快速方法:pip uninstall PIL

     pip install Pillow

瞬间碉堡了,原来是django版本问题啊,我勒个去,我以为PIL只要安装对应的python版本就可以了,没想到还要匹配Django版本,靠!

折腾了我一天  - -!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

The '_imaging' module for the PIL could not be imported: DLL load failed: The specified module could not be found

标签:

原文地址:http://www.cnblogs.com/zhaojia-dream/p/4453380.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!