What does AttributeError mean?

Dale Strickland-Clark dale at out-think.NOSPAMco.uk
Thu Sep 21 14:10:34 EDT 2000


I'm trying to call a method of a class I've written and I'm getting
this back:

>>> srch.SQLString()
Traceback (innermost last):
  File "<interactive input>", line 1, in ?
AttributeError: SQLString
>>> 

Other methods work, there's nothing else called 'SQLString' and I've
even reduced this one to just:

def SQLString(self):
	return

What might be wrong?

Thanks.
Dale Strickland-Clark
Out-Think Ltd
Business Technology Experts
Remove NOSPAM for email.




More information about the Python-list mailing list