18 Sep
2003
18 Sep
'03
7:14 p.m.
Borja Prieto wrote at 2003-9-18 13:11 +0200:
I have installed Easy Image and PIL 1.1.4 on my Zope 2.6.1 with Python 2.1.3 on Windows XP. It works well with jpg and other formats, but when I try to upload a TIFF image (wich is precisely what I want) it gives me the error:
IOError "decoder tiff_ccitt not available"
I have followed the guide on Zope.org (http://www.zope.org/Members/SmileyChris/howto/pil_for_windows) to install PIL, and I have no idea what can I be doing wrong. I will appreciate any help you could give.
Thus, you have to study the PIL installation instructions to check * whether there is "tiff_ccitt" support at all for "PIL" * under what conditions it is available Dieter