Hi there. I'm working with the Python Tutorial "Byte of Python" at swaroopch.info.
I have created the attached file, but when I execute:
% objvar.py
I get the error message:
(Initializing Calamity Jane)
Traceback (most recent call last):
File "/home/jef/bin/objvar.py", line 49, in <module>
Person.how_many()
AttributeError: class Person has no attribute 'how_many'
Where am I going wrong?
Many TIA for any help.
Jeff
objvar.py
Description: application/python
-- http://mail.python.org/mailman/listinfo/python-list
