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
Have you looked at easygui?
import easygui easygui.msgbox("This is a message!", title="simple gui")