11

Is there any way of running PIL(Python Imaging Library) on a 64bit OS?

it is windows 7 64bit

4
  • 1
    This link might help: mail.python.org/pipermail/image-sig/2009-March/005448.html – Manoj Govindan Sep 20 '10 at 19:02
  • You might want to mention the OS... It compiles and works perfectly on 64-bit unix-y OS-es. I have no idea about 64-bit windows, though... – Joe Kington Sep 20 '10 at 19:12
  • 2
    The Win32 version works for me on Win 7 64-bit. PIL v1.1.7, Python 2.6.4, and Microsoft Windows [Version 6.1.7600]. – T.P. Sep 20 '10 at 21:35
  • ditto jtpresta. I haven't had any problems with that setup either. – snapshoe Sep 20 '10 at 23:01
23

PIL-1.1.7.win-amd64-py2.x installers are available at http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil

1
  • What if I have python 3.3? – Dejell Dec 15 '13 at 9:27

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.