[Image-SIG] Re: ANN: PIL 1.1.4 beta 2 (source)

Fredrik Lundh fredrik@pythonware.com
Wed, 7 May 2003 14:03:37 +0200


Jack Jansen wrote:

> builds and installs flawlessly, I've already added it to the MacPython
> 2.3b1 Package Manager.

excellent!

> I do have one more feature request, though (or maybe this is in there
> and I'm not looking at the right place): I would like to be able to get
> the version number.
>
> Package Manager also notices if you have an outdated version installed,
> but I can't seem to find the version number in PIL.

hint:

>>> import Image
>>> Image.VERSION
'1.1.4b2'

</F>