Well ... maybe not.
Darn cutting and pasting from a browser...
-- Stephen
路路路
-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Friday, January 11, 2002 10:42 AM
To: wxpython-users@lists.wxwindows.org
Subject: Re: [wxPython] First tutorial fails> Anyone know why the first tutorial:
>
> from wxPython.wx import *
>
> class MyApp(wxApp):
> def OnInit(self):
> frame = wxFrame(NULL, -1, "Hello from wxPython")
> frame.Show(true)
> self.SetTopWindow(frame)
> return true
>
> app = MyApp(0)
> app.MainLoop()Do you really want these two lines indented?
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!>