On 09/03/2014 17:06, Alan Gauld wrote:
On 09/03/14 10:37, Peter Otten wrote:
In this case, I'm fairly sure the line producing this error is::
image = Image.open("logo.jpg")
And Python is correct, the ‘Image’ type has no ‘open’ attribute. What
There are a few things around called `Image`. The code the OP is
trying to
adapt probably uses the Image from the PIL:
Which may lead to another issue since the OP is using Python 3.4.
Is PIL available for any Python 3.x yet?
And especially for 3.4?
Pillow does seem to (haven't used it myself):
http://pillow.readthedocs.org/en/latest/installation.html
TJG
_______________________________________________
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor