[Tutor] educational
Tim Golden
mail at timgolden.me.uk
Sun Mar 9 18:15:16 CET 2014
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
More information about the Tutor
mailing list