What does AttributeError mean?

Alex cut_me_out at hotmail.com
Thu Sep 21 14:13:46 EDT 2000


Could you show us the class?  AttributeError usually means that you're
trying to refer to an attribute that the parent object doesn't have.  My
guess is that you were experimenting with an instance of the class in
the interpreter, and forgot to update the instance when you changed the
class. 

Alex.

-- 
Speak softly but carry a big carrot.



More information about the Python-list mailing list