ImportError: The _imagingft C module is not installed

Posted Trouble Maker

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ImportError: The _imagingft C module is not installed相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

ImportError: No module named '_tkinter', please install the python3-tk package

ImportError: The _imagingft C module is not installed

centos下安装pillow报ImportError: The _imagingft C module is not installed的解决方案

python中ImportError: No module named images,怎么解决?把这个程序改好不出错

ImportError: DLL load failed while importing _imaging: 找不到指定的模块。

ImportError:没有名为 _tkinter 的模块