try this:
class x(object):
def __init__(self):
self.someName = "hello"
def someMethod(self):
self.sumName = "bye"find that bug. -- http://mail.python.org/mailman/listinfo/python-list
try this:
class x(object):
def __init__(self):
self.someName = "hello"
def someMethod(self):
self.sumName = "bye"find that bug. -- http://mail.python.org/mailman/listinfo/python-list