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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to