[Zope] FTDraw
Dieter Maurer
dieter@handshake.de
Wed, 14 Mar 2001 20:59:50 +0100 (CET)
Paz writes:
> ERROR: Cannot find PIL.Image module
>
>
> Grrr.... Fine... At least the error message is different... Progress by Old
> Bell's standard. Lets check it out.. Um....
> /lib/python/Products/PIL/Image.py.... Duh... can the compiler read or has
> the third bottle of wine FUBAR'd me?
Can you verify, that "PIL" contains a "__init__.py" file.
Some broken unpackers remove empty files.
But "__init__.py" is essential, even if empty.
Dieter