python2.6.6安装Image模块

Posted Before^日出

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python2.6.6安装Image模块相关的知识,希望对你有一定的参考价值。

python2.6.6安装Image模块
1、下载Image模块源码
地址:http://www.pythonware.com/products/pil/index.htm
2、加压文件
#tar zxvf Imaging-1.1.7.tar.gz
3、安装模块
#cd Imaging-1.1.7
#python setup.py install

总结:
最开始从https://pypi.python.org/pypi/image/1.4.1 地址下载了image模块(搜索image关键字),总是安装不上,后来下载了Python Imaging Library (PIL)模块(搜索Python Imaging Library)才安装成功,猜测应该是模块不对导致。

以上是关于python2.6.6安装Image模块的主要内容,如果未能解决你的问题,请参考以下文章

python2.6.6安装问题

python2.6.6升级python2.7.14

ngx_http_image_filter_module模块安装配置

技巧方法 - CentOS6将Python2.6.6升级到Python2.7.6

CentOS6.5自带Python2.6.6升级至Python2.7

Centos6.5 python2.6.6升级2.7.13,安装setuptools和pip