python__The _imaging C module is not installed

来源:互联网 发布:objective c 知乎 编辑:程序博客网 时间:2024/05/19 13:58

问题:python调用image显示The _imaging C module is not installed


原因:PIL是32位的,系统是64位的,


解决办法:下载PIL的替代库pillow,下载地址:http://download.csdn.net/detail/liuheng123456/6235465

安装后重启python即可

0 0
原创粉丝点击