Re: [Tutor] Tkinter message box

2012-06-25 Thread Alan Gauld
On 25/06/12 03:00, ken wrote: If this belongs on another list, please let me know. I am using PYTHON 3 and tkinter. I have been playing around with messagebox. Is there any way I can display the value of a variable inside a message box? Yes, just insert it intro the message string prior to dis

Re: [Tutor] Tkinter message box

2012-06-24 Thread Steven D'Aprano
On Sun, Jun 24, 2012 at 10:00:57PM -0400, ken wrote: > > If this belongs on another list, please let me know. I am using PYTHON 3 > and tkinter. I have been playing around with messagebox. Is there any > way I can display the value of a variable inside a message box? Of course. tkinter doesn't ca

[Tutor] Tkinter message box

2012-06-24 Thread ken
If this belongs on another list, please let me know. I am using PYTHON 3 and tkinter. I have been playing around with messagebox. Is there any way I can display the value of a variable inside a message box? Thank you, Ken ___ Tutor maillist - Tutor@py