"Pseud O'Nym" <[EMAIL PROTECTED]> writes: > class App: > def __init__(self, master): > frame = Frame(master) > frame.pack(side=LEFT, fill=Y) > image1 = PhotoImage(file='button_a.gif') > self.button = Button(frame, image=image1) > self.button.pack(side=TOP) > > Can anyone enlighten me?
You do have this inside a frame whose main loop is running, I hope? -- http://mail.python.org/mailman/listinfo/python-list