python下的pillow安装

在python下练习生成验证码总是出现如下错误:

The _imagingft C module is not installed

最后解决:

下载pillow:https://pypi.python.org/pypi/Pillow/2.9.0#downloads

pip install安装

安装指南:http://pillow.readthedocs.org/installation.html

 

(期间百度了python下.whl文件的安装方法,但是可能下载了多个版本,也没卸载之前的PIL,所以没有成功。

最后是按上面的方法成功了)

posted @ 2015-07-19 19:13  fukan  阅读(912)  评论(0编辑  收藏  举报