Attribute error

Ben Finney bignose+hates-spam at benfinney.id.au
Sat Oct 14 04:04:20 EDT 2006


"Teja" <tejovathi.p at gmail.com> writes:

> What is attribute error?

    exception AttributeError
    Raised when an attribute reference or assignment fails.

    <URL:http://docs.python.org/lib/module-exceptions.html#l2h-103>

> To be precise :

Not precise enough, unfortunately. Please construct a minimal,
complete example that demonstrates the behaviour (and does nothing
except what's needed to demonstrate the behaviour), and post its code
along with a traceback output.

-- 
 \           "He who allows oppression, shares the crime."  -- Erasmus |
  `\                             Darwin, grandfather of Charles Darwin |
_o__)                                                                  |
Ben Finney




More information about the Python-list mailing list