Question about Tkinter message boxes

Mike Callahan mcalla at home.com
Fri Aug 17 17:21:32 EDT 2001


When I run this code:

import tkMessageBox as tkM
tkM.showerror('Error', 'Test messgage')

I get two windows. A blank Tk box and the error box. When I click on OK in
the error box, the blank Tk box remains. How do I keep the blank Tk box from
appearing?

Mike Callahan






More information about the Python-list mailing list