Hi Matthew,

Your first line should in fact be:

from PIL import Image

...then your line:

my_image = Image.open("imagepath.jpg")

Mick

On Thu, Oct 4, 2012 at 7:16 PM, Matthew Ngaha <chigga...@gmail.com> wrote:
>
> im trying to display an image. Ive tried different code from several
> tutorials but they seem outdated and nothing works. here's 1 line that
> makes me give up.
>
>
>
> this line returns an error of Image doesnt have attribute open, yet
> this is what my tutorial has shown me. can anyone please help?
>
> any new tkinter tutorials around?
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss@python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss



-- 

Not sent from my iPhone
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to