0

Possible Duplicate:
Image library for Python 3

How can I use PIL 1.1.7 in python 3.x, it says it needs an 2.4 ver. of python, but I have seen it being used ( just never got around to ask how it was done).

The version I saw was that somehow the PIL 1.1.7 was defined and then later used in python 3.x code.

Thanks for any help beforehand!

Community
  • 1
  • 1

1 Answers1

1

See here for some unofficial PIL downloads. Works for me.

Junuxx
  • 14,011
  • 5
  • 41
  • 71
  • I know this is an old question, but how exactly did this link help? I don't even see distributions of PIL in there. – Ben Farmer May 07 '21 at 04:36
  • @BenFarmer: You're right, it appears PIL is no longer listed on that page. Pillow is the way to go nowadays. – Junuxx May 07 '21 at 16:43