[Image-SIG] Can't run PIL

Fredrik Lundh fredrik@pythonware.com
Wed, 5 Apr 2000 10:43:49 +0200


Carl Tallis wrote:
> I'm trying to run PIL, both inside Zope and
> outside, and just keep getting  the message "The
> _imaging C module is not installed".  I've
> traced it back to class _imaging_not_installed
> getting thrown, but I can't figure out why.=20

> _imaging.dll is present.  Any ideas?

present or not, it seems PIL isn't able
import it.

try importing _imaging by hand, and see
what happens.

</F>