[Tutor] On a looping input, subsequent inputs are hidden

Jim Mooney cybervigilante at gmail.com
Tue Jun 11 19:53:54 CEST 2013


On 11 June 2013 01:07, Alan Gauld <alan.gauld at btinternet.com> wrote:

>
> First you are effectively creating an entire Tkinter app
> inside popup() each time. That's a pretty heavyweight way
> to generate a messagebox. Have you used the Tkinter
> standard message dialogs?
>
Argh - dumb error. Thanks for pointing that out and to all other
commenters. Much useful info. Back to the drawing board. By the time I
fix it all, the error will probably disappear of its own accord since
it didn't appear on some simple testing of the error by itself. And
since it didn't appear in Linux, which I don't have, it may be a
windows-only response I can get around by changing the code a bit.

But I do like the idea of using plain old words, like "bad" as a
switch, instead of some inscrutable program-switch ;')

Jim

Jim


More information about the Tutor mailing list