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 -- http://mail.python.org/mailman/listinfo/python-list
