On Feb 5, 9:24 am, Jonathan Curran <[EMAIL PROTECTED]> wrote:
> On Monday 05 February 2007 11:08, slogging_away wrote:
>
> > I know, I know - flame away but its not clear to me if Python will run
> > on a system running MicrosoftVista. Is anyone successfully running
> > Python onVista? If so, is
On Mar 2, 8:32 am, "Eric Brunel" <[EMAIL PROTECTED]> wrote:
> On Fri, 02 Mar 2007 16:17:32 +0100, Gigs_ <[EMAIL PROTECTED]> wrote:
> > list = Listbox()
> > list.insert('end', x)
> > list.insert(END, x)
>
> > what do you use 'end' or END?
> >>> from Tkinter import END
> >>> END == 'end'
>
> True
>
>