classes: need for an explanation

2007-01-18 Thread 0k-
hello! i started to write a game in python in which i want to implement "dynamically attachable" attributes. my intention is to generalise this and moreover these attributes can be complex, so i'm creating classes to represent these attributes. but somehow i cannot instantiate these attribute clas

Re: classes: need for an explanation

2007-01-18 Thread 0k-
oops, i forgot to mention i'm using interpreter version 2.4.3 -- http://mail.python.org/mailman/listinfo/python-list

Re: classes: need for an explanation

2007-01-18 Thread 0k-
thanks for the quick reply, Peter! :) -- http://mail.python.org/mailman/listinfo/python-list