关于captcha使用The _imagingft C module is not installed的错误处理

1 毕业设计用django做个验证码登录,发现出现这个问题,图片都刷新不出来

2 网上很多地方查询无果,判断下来,肯定是虚拟环境下某个文件的缺失,所以去了PIL文件夹比对,后来居然非虚拟环境下可以,比对后,发现是丢失了_imagingft.cpython-34m.so文件,把它移到我的虚拟环境的相应目录

cp /usr/lib64/python3.4/site-packages/PIL/_imagingft.cpython-34m.so /home/liuliancao/python/liuliancao/lib64/python3.4/site-packages/PIL/

最终问题解决,记录下。

时间: 2024-10-14 03:34:30

关于captcha使用The _imagingft C module is not installed的错误处理的相关文章

Python图片处理PIL/pillow/生成验证码/出现KeyError: 和The _imagingft C module is not installed

最近在用Python开发自己的博客,需要用到Python生成验证码,当然肯定要用到Python的图形处理库PIL,因为我用的是windows. 所以在安装好pil之后就开始写,就按照题目所说出现了The _imagingft C module is not installed 错误,找了很多建议,最后确定在windows下应该用pillpw.下载地址 点击打开链接 找到 Pillow?2.5.2.win32?py2.7.exe因为我用的是python2.7和win32系统,所以就应该下载这个,大

Python: The _imagingft C module is not installed错误的解决

Python: The _imagingft C module is not installed错误的解决 在使用PIL模块给图片添加文本时发现调用字体时出现 The _imagingft C module is not installed 错误. 找到的原因是:官网的PIL版本编译的时候缺少东西(PIL was compiled without libfreetype). 解决办法是: brew install freetype sudo pip uninstall pil sudo pip

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:

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

centos系统,使用pip安装pillow,运行时出现ImportError错误"The _imagingft C module is not installed"具体出错的那行代码是font = ImageFont.truetype('Arial.ttf', 36) 解决过程如下: 先确保代码中导入语句是: from PIL import ImageFont 尝试先卸载pillow: pip uninstall pillow 安装系统devel包: sudo yum install

Imaging模块安装,ImportError: The _imagingft C module i

ImportError: The _imagingft C module is not installed 这玩意安装相当的坑 我是centos64的系统,执行安装 yum install  tcl jpeg zlib tiff freetype lcms tcl-devel jpeg-devel zlib-devel tiff-devel freetype-devel lcms-devel -y 把上面的包都装齐了,装不齐全就别往下看了,先把这些个包的问题解决(我本地yum源没有lcms的包,

在apache上报错“The _imaging C module is not installed”

我的环境是python2.7.8.django1.6.4.apache2.2. 问题:在django自带的runserver环境下没有任何报错,但是配置在apache上出现了 “The _imagingft C module is not installed”的报错.找了很久原来是因为 import Image的时候 PIL包在window底下的貌似是二进制的类似问题,需要下载Pillow的对应whl文件进行修补,下载链接: http://www.lfd.uci.edu/~gohlke/pyth

percona innobackupex 遇到 connect to MySQL server as DBD::mysql module is not installed 问题

percona innobackupex connect to MySQL server as DBD::mysql module is not installed [[email protected] software]# innobackupex --user=root --password=123456 /data/backup/ InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy and Pe

Android Studio模拟器启动工程时报错:HAX kernel module is not installed!

Android Studio 1.0 已经放出来了,以后的Android平台开发激昂逐步从Eclipse向Android Studio迁移,为了能不落伍我也特意从Google下载了Android Studio的安装包,并且兴高采烈地创建了我的第一个android项目.但是当运行的时候就他么悲催了,一启动模拟器就开始报错: 错误信息: emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ens

emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installed and usable.CPU acceleration status: HAX kernel module is not installed!

Android Studio 1.0 已经放出来了,以后的Android平台开发激昂逐步从Eclipse向Android Studio迁移,为了能不落伍我也特意从Google下载了Android Studio的安装包,并且兴高采烈地创建了我的第一个android项目.但是当运行的时候就他么悲催了. emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is