Re: list/classmethod problems

2006-03-13 Thread ahart
Diez, Scott, and Bruno, I thank you all for your help and suggestions. I wasn't aware that default values were considered class (static) values. That seems a little odd to me, but as long as I know that's the case, I'll be fine. I initialized my list member in the __init__() method and all is wor

list/classmethod problems

2006-03-13 Thread ahart
I'm pretty new to python and am trying to write a fairly small application to learn more about the language. I'm noticing some unexpected behavior in using lists in some classes to hold child objects. Here is some abbreviated code to help me explain. class Item

Re: Which GUI toolkit is THE best?

2006-03-13 Thread ahart
i'm pretty much a newbie, too, and have been dabbling with some gui tools so far, i like pythoncard pretty well it wraps wxpython and seems to be pretty easy to use -- http://mail.python.org/mailman/listinfo/python-list