[Image-SIG] Pythonware PIL problems

Lennart Regebro lennart@regebro.nu
Fri, 8 Mar 2002 10:30:43 +0100


From: "Erlend Fuglum" <erlend@fuglum.net>
> Installing is OK, everything seems to be right, but using the Image.resize
> function I get the following error: "ImportError: The _imaging C module is
> not installed"
> This message does not help me at all. I run Python 2.0.1 on Windows2000.

Tha means that the py files can not find the _imaging.dll file. It must be
located somewhere in your python path.

Are you using Zope for your webpage, or some other webserver?