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
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
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
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
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
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