You need to install PIL to use the tutorial you are doing. http://www.pythonware.com/products/pil/
PIL has some advantages to built in images within TKinter, especially if you are wanting to manipulate images rather than just display them Mick >> Hi Matthew, >> >> Your first line should in fact be: >> >> from PIL import Image >> >> ...then your line: >> >> my_image = Image.open("imagepath.jpg") >> >> Mick > > it gave me an ImportError saying no module named PIL _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss