[Image-SIG] PIL

Dan Halbert halbert at halwitz.org
Sun May 23 17:25:06 CEST 2010


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


More information about the Image-SIG mailing list