Gnarlodious wrote:
class GnomonBase(object):
     def __init__(self, bench):     <=======  (1)   (2)
         # do stuff

This only answers the surface question.... I have not taken any time to see or understand what (if anything) you are doing which might make any sense... only that the message is complaining about giving __init__() two parms, because you gave it two parms....

... I know you're joking, but I don't know why...?






kind regards,
m harris


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to