[Image-SIG] Pythonware PIL problems

Erlend Fuglum erlend@fuglum.net
Fri, 8 Mar 2002 02:44:42 +0100


Hello there.

A question from a python newbie - I hope someone can help.

I want to make a small script that automatically generates a html photo
album for my web page. For this I need simple image processing capabilities.
This other day I downloaded and installed Pythonware's PIL modules which
seem to be perfect for my intentions.

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.

If anyone could guide me through this I would be very thankful indeed.

Erlend