I just started using the PIL, seems to do most of what I want - up to now...

I have the following code:

# source: http://effbot.org/imagingbook/image.htm

from PIL import Image
im = Image.open("DSCN1102.jpg")
im.rotate(45).show()

When I run this, I get the following error:



I reinstalled the latest PIL for Python 2.7.

The file does exist and the py is in the same directory.

Is there some reason that this is not getting the name to the Image.py modual?

Thanks for any help...
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
https://mail.python.org/mailman/listinfo/image-sig

Reply via email to