Instructions in book don't work
Mark McEahern
marklists at mceahern.com
Thu Jan 10 01:20:46 EST 2002
The declaration of the constructor should have two leading and trailing
underscore characters:
def __init__
instead of:
def _init_
try that!
// mark
More information about the Python-list
mailing list