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

ImportError: The _imagingft C module is not installed

时间:2017-07-30 13:47:23      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:错误   ima   针对   module   ref   mod   下载   过程   友情   

Python的图形库(PIL),

不过在官方下载了支持Python2.7的PIL Windows安装包后,运行过程中发现会报_imagingft C module is not installed错误。

 

解决方法:

1.在python27 的目录下执行 pip install pillow

2.到http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil上面去下载针对Windows重新编译的PIL版本(参考网上别人提供的)

 

友情链接:

Pillow的docs:

http://pillow.readthedocs.io/en/latest/installation.html     

PIL官网:(我windows下面下载2.7的exe安装 出现上面的问题 )

http://www.pythonware.com/products/pil/

ImportError: The _imagingft C module is not installed

标签:错误   ima   针对   module   ref   mod   下载   过程   友情   

原文地址:http://www.cnblogs.com/lwsup/p/7258847.html

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