Re: Trouble displaying image with tkinter

2006-08-06 Thread Rob Williscroft
sj wrote in news:[EMAIL PROTECTED] in comp.lang.python: > I am just learning to use Tkinter and am having problems displaying > image files. I am able to display an image using tutorials (such as > http://www.daniweb.com/code/snippet296.html) But when I try my own > code all I get is an empty wid

Re: Trouble displaying image with tkinter

2006-08-06 Thread jmdeschamps
sj wrote: > I am just learning to use Tkinter and am having problems displaying image > files. I am able to display an image using tutorials (such as > http://www.daniweb.com/code/snippet296.html) But when I try my own code all > I get is an empty widget. What is wrong with the following program?

Trouble displaying image with tkinter

2006-08-06 Thread sj
I am just learning to use Tkinter and am having problems displaying image files. I am able to display an image using tutorials (such as http://www.daniweb.com/code/snippet296.html) But when I try my own code all I get is an empty widget. What is wrong with the following program? from Tkinter im