Re: don't understand namespaces...

2009-05-01 Thread norseman
Simon Forman wrote: On Apr 30, 10:11 am, Lawrence Hanser wrote: Dear Pythoners, I think I do not yet have a good understanding of namespaces. Here is what I have in broad outline form: import Tkinter Class App(Frame) define two frames, buttons in o

Re: don't understand namespaces...

2009-04-30 Thread Simon Forman
On Apr 30, 10:11 am, Lawrence Hanser wrote: > Dear Pythoners, > > I think I do not yet have a good understanding of namespaces.  Here is > what I have in broad outline form: > > > import Tkinter > > Class App(Frame) >       define two frames, buttons in one and

Re: don't understand namespaces...

2009-04-30 Thread Dave Angel
Lawrence Hanser wrote: Dear Pythoners, I think I do not yet have a good understanding of namespaces. Here is what I have in broad outline form: import Tkinter Class App(Frame) define two frames, buttons in one and Listbox in the other Class App2(Fra

Re: don't understand namespaces...

2009-04-30 Thread Mike Driscoll
On Apr 30, 9:11 am, Lawrence Hanser wrote: > Dear Pythoners, > > I think I do not yet have a good understanding of namespaces.  Here is > what I have in broad outline form: > > > import Tkinter > > Class App(Frame) >       define two frames, buttons in one and

don't understand namespaces...

2009-04-30 Thread Lawrence Hanser
Dear Pythoners, I think I do not yet have a good understanding of namespaces. Here is what I have in broad outline form: import Tkinter Class App(Frame) define two frames, buttons in one and Listbox in the other Class App2(Frame) define one fram