Question about Tkinter message boxes

Graham Ashton graz at mindless.com
Sat Oct 27 07:45:06 EDT 2001


In article <g086f077.fsf at cfl.rr.com>, "gcash"
<gcash at luncheonmeat.cfl.rr.com> wrote:

> "Graham Ashton" <graz at mindless.com> writes:
> 
>> Have you tried this:
>> 
>> from Tkinter import *
>> NoDefaultRoot()
> 
> So how did you find this?

Mark Lutz's "Programming Python", 2nd edition. Having had similar problems
myself I remembered the posting, then whilst reading the book I came across
the alternative solution.

--
Graham



More information about the Python-list mailing list