Re: Tkinter --> Why multiple windows

2016-03-25 Thread kevind0718
On Thursday, March 24, 2016 at 9:24:44 PM UTC-4, Wildman wrote: > On Thu, 24 Mar 2016 13:24:16 -0700, kevind0718 wrote: > > > Hello: > > > > newbie Tkinter question > > > > If I run the code below two windows appear. > > One empty and one with the text box and button. > > > > Why? please > >

Re: Tkinter --> Why multiple windows

2016-03-24 Thread Terry Reedy
On 3/24/2016 4:43 PM, kevind0...@gmail.com wrote: On Thursday, March 24, 2016 at 4:29:03 PM UTC-4, Random832 wrote: On Thu, Mar 24, 2016, at 16:24, kevind0...@gmail.com wrote: If I run the code below two windows appear. One empty and one with the text box and button. >>> Why? The answer to

Re: Tkinter --> Why multiple windows

2016-03-24 Thread Wildman via Python-list
On Thu, 24 Mar 2016 13:24:16 -0700, kevind0718 wrote: > Hello: > > newbie Tkinter question > > If I run the code below two windows appear. > One empty and one with the text box and button. > > Why? please > > KD > > > > from Tkinter import * > > class MyDialog: > def __init__(self, pa

Re: Tkinter --> Why multiple windows

2016-03-24 Thread kevind0718
On Thursday, March 24, 2016 at 4:29:03 PM UTC-4, Random832 wrote: > On Thu, Mar 24, 2016, at 16:24, kevind0...@gmail.com wrote: > > Hello: > > > > newbie Tkinter question > > > > If I run the code below two windows appear. > > One empty and one with the text box and button. > > The empty one is

Re: Tkinter --> Why multiple windows

2016-03-24 Thread Random832
On Thu, Mar 24, 2016, at 16:24, kevind0...@gmail.com wrote: > Hello: > > newbie Tkinter question > > If I run the code below two windows appear. > One empty and one with the text box and button. The empty one is the root window. -- https://mail.python.org/mailman/listinfo/python-list