Re: PIL

Dan Halbert <[email protected]>
Newsgroups gmane.comp.python.image
Message-ID <[email protected]>
On 5/21/2010 10:24 PM, Ali Mohseni wrote:
> I downloaded and installed pil.
> In the interpreter window, when I type "import image" I get the
> following error message:
> "No Module name image"

Capitalization is important. Did you type "Image" or "image"?
   Try:
import Image
   and also
from PIL import Image


Dan
_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.