I'm having an issue displaying images in tkinter, I've tried the methods suggested by effbot and a couple other sources to no avail. Here are a couple ways I've tried so far:
The Tkinter keyword is "image" not "self.image"; see the example here . Also, a label is usually in a frame or some other container. Finally, you can not mix grid() and pack() so choose one or the other.