import wx
app = wx.App() 
frame = wx.Frame(None, title="Hello World") 
frame.Show() 
app.MainLoop() 

See also Getting Started.

HelloWorld (last edited 2008-03-11 10:50:22 by localhost)