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

See also Getting Started.

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.