Re: Tkinter- Possibly a basic question

2008-07-31 Thread joshdw4
On Jul 30, 6:48 pm, "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > On Wed, Jul 30, 2008 at 6:33 PM,  <[EMAIL PROTECTED]> wrote: > >... > > ... > > The second option is to not create the root there, instead, make App > inherit Tk. I rarely see people doing this, but it works too. Here you > won't nee

Tkinter- Possibly a basic question

2008-07-30 Thread joshdw4
I hate to do this, but I've thoroughly exhausted google search. Yes, it's that pesky root window and I have tried withdraw to no avail. I'm assuming this is because of the methods I'm using. I guess my question is two-fold. 1) How do I get rid of that window? 2) Any comments in general? I am just l