PIL, Python and CGI

Fredrik Lundh fredrik at pythonware.com
Sun Jun 23 18:10:05 EDT 2002


Sascha Ferley wrote:

>     raise ImportError, "The _imaging C module is not installed"
> ImportError: The _imaging C module is not installed
>
> Anyone have any ideas?

when running your CGI script, the Python interpreter
cannot find the _imaging extension.

chances are that sys.path isn't what you think it is.

</F>





More information about the Python-list mailing list