[Pythonmac-SIG] Does PIL handle OS X TIFFs?

Dinu Gherman gherman at darwin.in-berlin.de
Fri Sep 19 04:45:59 EDT 2003


Just van Rossum:

> Took me 30 secs: [...] PIL.Image.VERSION

Ok, my sillyness... but at least I've got the newest version in-
stalled! ;-) Well, this brings up an entirely different issue, of
course, namely that of packaging/distribution and deployment stan-
dards and conventions, but this is clearly off-topic here... May
it suffice to look at the lines below.

Dinu

   >>> import Numeric; Numeric.__version__
   '22.0'
   >>> import reportlab; reportlab.Version
   '1.18'
   >>> import Image; Image.VERSION
   '1.1.4'
   >>> import PIL; PIL.VERSION
   Traceback (most recent call last):
     File "<stdin>", line 1, in ?




More information about the Pythonmac-SIG mailing list