Re: [Tkinter-discuss] displaying images with Label()

2008-06-13 Thread Guilherme Polo
On Fri, Jun 13, 2008 at 5:27 PM, Alexnb <[EMAIL PROTECTED]> wrote: > > I have looked online for examples and documentation but can't find anything. > Not to say that there isn't but I can't find it. Anyway I am wondering how > you display images using the Label() function. I tried something like th

[Tkinter-discuss] displaying images with Label()

2008-06-13 Thread Alexnb
I have looked online for examples and documentation but can't find anything. Not to say that there isn't but I can't find it. Anyway I am wondering how you display images using the Label() function. I tried something like this but it didn't work Label(parent, image="/path/path/image.png") can so