I\'m looking for the same effect as alert() in JavaScript.
alert()
I wrote a simple web-based interpreter this afternoon using Twisted.web. You basically submit
The code you presented is fine! You just need to explicitly create the "other window in the background" and hide it, with this code:
import Tkinter window = Tkinter.Tk() window.wm_withdraw()
Right before your messagebox.