Olivier Martin wrote:

Hi,

I have the latest version of Python installed (2.4). The latest PIL is version 1.1.4, for Python 2.3 ... As I tried to run PIL 1.1.4 on top of Python 2.4, PIL cannot find Python 2.3 ....

Is there a way to use PIL on top of Python 2.4 ?

THanks in advance,

Olivier Martin, newcomer


Well, you could upgrade to PIL 1.1.5b1, for example, available from http://effbot.org/downloads/#PIL


I believe the quality and backward compatibility is excellent, despite the release's beta status.

Or, if you can compile extensions yourself, you could download the 1.1.4 source from http://www.pythonware.com/products/pil/ and do that.

regards
 Steve
--
Steve Holden               http://www.holdenweb.com/
Python Web Programming  http://pydish.holdenweb.com/
Holden Web LLC      +1 703 861 4237  +1 800 494 3119

_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to