[Tutor] Multiple inheritance - solved

Phil phillor9 at gmail.com
Sat May 15 01:46:39 EDT 2021


On 14/5/21 10:18 pm, Alan Gauld via Tutor wrote:

> class MyForm(wx.Frame):
>     def __init__(self, aMeter,....):
>        wx.Frame.__init(....)
>        self.meter = aMeter
>        .... as before

It finally dawned on that "= Meter" should be "= Meter(200)".

-- 

Regards,
Phil



More information about the Tutor mailing list