Wing vs Netbeans IDE?

2009-05-07 Thread Lawrence Hanser
Dear Colleagues, I have been using NetBeans for a month or so now and am reasonably happy with it. I'm considering other options, and ran across Wing. I'm interested in opinions about NetBeans and Wing as IDE for Python. Thanks, Larry -- http://mail.python.org/mailman/listinfo/python-list

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