简体   繁体   English

无法安装python图像库

[英]unable to install python image library

I want to install pinax on windows , I have to install PIL but can't do so 我想在Windows上安装pinax,我必须安装PIL但不能这样做

在此处输入图片说明

I'm on windows xp pro 32 bit, sp3, i have python 2.7 我在Windows XP Pro 32位,SP3上,我安装了python 2.7

EDIT: 编辑:

i don't know if this is caused by pil or not, but when i type 我不知道这是否是由pil引起的,但是当我键入时

python scripts/pinax-boot.py ../pinax-env

i see 我懂了

在此处输入图片说明

Install setuptools for windows and it will make your live easier. 为Windows安装setuptools ,它将使您的生活更加轻松。 For example to get PIL you've got to say 例如要获得PIL,您必须说

easy_install pil

in your windows shell or 在您的Windows Shell或

easy_install <package_name>

for some other package and get the latest version. 获取其他软件包并获取最新版本。 Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM