真正的No module named _imagingft的解决方案

wget http://effbot.org/downloads/Imaging-1.1.6.tar.gz

直接build 你会发现依赖库JEPG 或者freetype2没有。

[root@qing186 Imaging-1.1.6]# python setup.py build

running build
running build_py
running build_ext
--------------------------------------------------------------------
PIL 1.1.6 BUILD SUMMARY
--------------------------------------------------------------------
version       1.1.6
platform      linux2 2.6.7 (r267:88850, Aug 10 2011, 11:55:01)
              [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
--------------------------------------------------------------------
*** TKINTER support not available
--- JPEG  support not available
--- ZLIB (PNG/ZIP) support ok
--- FREETYPE2 support ok
--------------------------------------------------------------------
To add a missing option, make sure you have the required
library, and set the corresponding ROOT variable in the
setup.py script.


To check the build, run the selftest.py script.

running build_scripts


解决方法是:

1.安装好相关库,yum就可以安装了 --> yum install libjpeg-devel

2.打开并修改imaging的setup.py文件

FREETYPE_ROOT = None
JPEG_ROOT = "/usr/lib64"
TIFF_ROOT = None
ZLIB_ROOT = None
TCL_ROOT = None

再build一次就可了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值