1

This is the link I have downloaded:

Python Imaging Library 1.1.7 Source Kit (all platforms) (November 15,2009)

http://effbot.org/downloads/Imaging-1.1.7.tar.gz

How to execute the setup.py? and i m using Python 3.X

  • I found [this][1] here on stackoverflow - maybe it helps! [1]: http://stackoverflow.com/questions/2088304/installing-pil-python-imaging-library-in-win7-64-bits-python-2-6-4 – seph Feb 04 '13 at 14:24
  • @seph my installer is not setup.exe, is setup.py –  Feb 04 '13 at 14:58

1 Answers1

1

Try Christoph Gohlke's excellent binaries: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil

You have to choose the correct python version and 32/64 bit.

Gonzo
  • 2,023
  • 3
  • 21
  • 30