Installing PIL (Python Imaging Library) in Win7 64 bits, Python 2.6.4
Posted
by Rafael Almeida
on Stack Overflow
See other posts from Stack Overflow
or by Rafael Almeida
Published on 2010-01-18T18:34:35Z
Indexed on
2010/05/19
0:40 UTC
Read the original article
Hit count: 1428
I'm trying to install said library for use with Python. I tried downloading the executable installer for Windows, which runs, but says it doesn't find a Python installation. Then tried registering (http://effbot.org/zone/python-register.htm) Python, but the script says it can't register (although the keys appear in my register).
Then I tried downloading the source package: I run the setup.py build and it works, but when I run setup.py install it says the following:
running install
running build
running build_py
running build_ext
building '_imaging' extension
error: Unable to find vcvarsall.bat
What can I do?
© Stack Overflow or respective owner