Tkinter hangs again under Windows

Niels Diepeveen niels at endea.demon.nl
Tue Jan 18 10:07:14 EST 2000


Radovan Garabik schreef:
> class App(Frame):
>     def __init__(self, master=None):
...
>         if not have_gnuplot:
>             tkMessageBox.showwarning("Gnuplot missing", "Gnuplot.py not found, falling back to tkinter")

This seems to be the problem. If you show any dialogs before entering
mainloop, you won't receive events anymore.

-- 
Niels Diepeveen
Endea automatisering




More information about the Python-list mailing list