message box halts prgram flow

linuxnooby at yahoo.com.au linuxnooby at yahoo.com.au
Fri Mar 17 21:04:53 EST 2006


HI

I am creating a tkinter app.

example

tkMessageBox.showinfo("Window Text", "A short message")
print "blah"

The execution of the application halts when the message box is
displayed until the user clicks OK, then "blah is printed.

However I want the program to display message box and continue on to
print blah without waiting for user response.

Any suggestions on how to go about this?

cheers David




More information about the Python-list mailing list