Re: Error with Tkinter and tkMessageBox
- From: Fabio Z Tessitore <fabioztessitore@xxxxxxxxx>
- Date: 31 Jul 2007 19:24:13 GMT
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!
.
- References:
- Error with Tkinter and tkMessageBox
- From: Fabio Z Tessitore
- Re: Error with Tkinter and tkMessageBox
- From: kyosohma
- Error with Tkinter and tkMessageBox
- Prev by Date: Re: Plotting Images
- Next by Date: Re: Encryption recommendation
- Previous by thread: Re: Error with Tkinter and tkMessageBox
- Next by thread: Re: Iteration over strings
- Index(es):