关于captcha使用The _imagingft C module is not installed的错误处理
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于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/
最终问题解决,记录下。
本文出自 “启学的学习之路” 博客,请务必保留此出处http://qixue.blog.51cto.com/7213178/1789533
以上是关于关于captcha使用The _imagingft C module is not installed的错误处理的主要内容,如果未能解决你的问题,请参考以下文章
centos下安装pillow报ImportError: The _imagingft C module is not installed的解决方案
_imagingft c 模块未安装 amazon linux elasticbeanstalk
The size of tensor a must match the size of tensor b at non-singleton dimension 0