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)

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