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  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to