> > You cannot access a class's class variables in it's class-statement > scope, since the name of the type is not bound until after the class > statement is completed. >
Thanks for the answer, but then why is there no error with the variable 'TYPES'? This one is accessed first... -- http://mail.python.org/mailman/listinfo/python-list