In article
<[EMAIL PROTECTED]>,
Mike Driscoll <[EMAIL PROTECTED]> wrote:
> On Jul 13, 10:18 am, teh_sAbEr <[EMAIL PROTECTED]> wrote:
> > I'm busy trying to learn wxPython, and i'm trying to run the following
> > piece of code (its from the wxPyWiki tutorial):
> >
> > import wx
> >
[...]
> >
> >
On Jul 13, 10:18 am, teh_sAbEr <[EMAIL PROTECTED]> wrote:
> I'm busy trying to learn wxPython, and i'm trying to run the following
> piece of code (its from the wxPyWiki tutorial):
>
> import wx
>
> ID_ABOUT = 101
> ID_EXIT = 110
>
> class MainWindow(wx.Frame):
> def __init__(self,parent,id,tit
teh_sAbEr wrote:
> I'm busy trying to learn wxPython, and i'm trying to run the following
> piece of code (its from the wxPyWiki tutorial):
>
> import wx
>
> ID_ABOUT = 101
> ID_EXIT = 110
>
> class MainWindow(wx.Frame):
> def __init__(self,parent,id,title):
> wx.Frame.__init__(self