Il Tue, 31 Jul 2007 19:12:48 +0000, kyosohma ha scritto: > > I'm not sure, but I don't think you need the "win" variable at all. I > can get it to work as follows: > > <code> > > from Tkinter import * > from tkMessageBox import showinfo > > def reply(): > showinfo(title='ciao', message='hello') > > Button(text='press me', command=reply).pack(fill=X) mainloop() > > </code> > > Mike
You're right. But the problem I have is always there. Tkinter doesn't work properly and I don't understand why. Thanks! -- http://mail.python.org/mailman/listinfo/python-list