On 4 January 2011 01:16, Vern Ceder <vce...@gmail.com> wrote:

> I believe you need to pass the object both to super() and to the method
> itself, as in:
>
> super(parent, self).__init__(self, *args, **kwords)
>
> See the example at
> http://docs.python.org/library/functions.html?highlight=super#super
>
> HTH,
>
> Vern
>
>
I've already pointed out that you're supposed to tell super() the *current*
class and Alex has already indicated that it now works for him?  Is there a
problem with everyone on the mailing list receving posts timeously?

Walter
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to