[Image-SIG] question about import image

Fredrik Lundh fredrik at pythonware.com
Thu Feb 9 22:40:41 CET 2006


abernard at purdue.edu wrote:

> To whom it may concern:
>
> When trying to do the tutorial after installing the imaging library it gives
> me this error:
> >>> import image
>
> Traceback (most recent call last):
>   File "<pyshell#0>", line 1, in -toplevel-
>     import image
> ImportError: No module named image
> >>>
>
> Could you please help???  Is it possible how and where I downloaded the
> library?

Python is case-sensitive.  "Image" and "image" are two different things.

</F>





More information about the Image-SIG mailing list