Re: wxPython beginners problem

2008-08-16 Thread Ivan Reborin
On Fri, 15 Aug 2008 17:48:39 + (UTC), Brian Victor <[EMAIL PROTECTED]> wrote: >Ivan Reborin wrote: >> win.Show > >This line isn't doing anything. It needs to be: >win.Show() # note the parentheses Yes, that was the problem. I must've been tired while writing it, for I haven't noticed it aft

Re: wxPython beginners problem

2008-08-16 Thread David C. Ullrich
In article <[EMAIL PROTECTED]>, Ivan Reborin <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm new to python, new as newbies get, so please, don't take wrongly > if this seems like a stupid or overly simple question. > > I'm going through examples in a book I have ("Beginning python", by > Hetlan

Re: wxPython beginners problem

2008-08-15 Thread Mike Driscoll
On Aug 15, 11:31 am, Ivan Reborin <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm new to python, new as newbies get, so please, don't take wrongly > if this seems like a stupid or overly simple question. > > I'm going through examples in a book I have ("Beginning python", by > Hetland Marcus) and I

Re: wxPython beginners problem

2008-08-15 Thread s0suk3
On Aug 15, 11:31 am, Ivan Reborin <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm new to python, new as newbies get, so please, don't take wrongly > if this seems like a stupid or overly simple question. > > I'm going through examples in a book I have ("Beginning python", by > Hetland Marcus) and I

Re: wxPython beginners problem

2008-08-15 Thread Brian Victor
Ivan Reborin wrote: > win.Show This line isn't doing anything. It needs to be: win.Show() # note the parentheses -- Brian -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython beginners problem

2008-08-15 Thread Ivan Reborin
On Fri, 15 Aug 2008 18:31:16 +0200, Ivan Reborin <[EMAIL PROTECTED]> wrote: >Hello all, > >I'm new to python, new as newbies get, so please, don't take wrongly >if this seems like a stupid or overly simple question. > >I'm going through examples in a book I have ("Beginning python", by >Hetland Ma

wxPython beginners problem

2008-08-15 Thread Ivan Reborin
Hello all, I'm new to python, new as newbies get, so please, don't take wrongly if this seems like a stupid or overly simple question. I'm going through examples in a book I have ("Beginning python", by Hetland Marcus) and I just started doing wxPython examples. But every sample I try, for examp