[EMAIL PROTECTED] 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> _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
