Python equivilant to msgbox()

mtallen at gmail.com mtallen at gmail.com
Mon Feb 13 11:41:25 EST 2006


Or just do the message box.

>>> import CLR.System.Windows.Forms as Forms
>>> Forms.MessageBox.Show("message goes here", "Window title goes here")

http://www.zope.org/Members/Brian/PythonNet/

In theory this will also work on a linux system with Mono installed




More information about the Python-list mailing list