[Image-SIG] How can I use PIL 1.1.1 on Windows?

Fredrik Lundh fredrik@pythonware.com
Thu, 23 Nov 2000 13:27:34 +0100


Changduck Suh wrote:
> Some attempts such as import Image/ImageFilter, Image.open() were a
> success but some attempts such as im.filter(ImageFilter.BLUR) were a
> failure.
> Error message is "ImportError: The _imaging C module is not installed"

what happens if you fire up Python and just type

    >>> import _imaging

</F>