sohca...@gmail.com at 2016/3/3 UTC+8 7:38:45AM wrote:
> "label" might be a local variable, but it's constructor includes a reference
> to the frame in which it is going. The frame object will create a reference
> to the newly-created Label object. At that point, there will be two
> references
On Wednesday, March 2, 2016 at 3:35:32 AM UTC-8, jf...@ms4.hinet.net wrote:
> Terry Reedy at 2016/3/2 UTC+8 3:04:10PM wrote:
> > On 3/1/2016 9:35 PM, jf...@ms4.hinet.net wrote:
> > > Recently I was puzzled by a tkinter problem. The codes below (from a
> > > book) can display the picture correctly
Terry Reedy at 2016/3/2 UTC+8 3:04:10PM wrote:
> On 3/1/2016 9:35 PM, jf...@ms4.hinet.net wrote:
> > Recently I was puzzled by a tkinter problem. The codes below (from a book)
> > can display the picture correctly.
> >
> > gifdir = "../gifs/"
> > from tkinter import *
> > win = Tk(
On 3/1/2016 9:35 PM, jf...@ms4.hinet.net wrote:
Recently I was puzzled by a tkinter problem. The codes below (from a book) can
display the picture correctly.
gifdir = "../gifs/"
from tkinter import *
win = Tk()
photo = PhotoImage(file=gifdir + "ora-pp.gif")
Button(win,