On 28 Giu, 15:37, Peter Otten <[EMAIL PROTECTED]> wrote:
> massimo s. wrote:
> > Again: using a new-style plugin class for multiple inheritance does
> > not work.
>
> This statement is certainly too broad.
>
> [earlier]
>
> > TypeError: unbound method _plug_init() must be called with
> > dummyguiplugGui instance as first argument (got MainWindowPlugged
> > instance instead)
>
> So it looks like you failed to make dummyguiplugGui a base class of
> MainWindowPlugged.

Right (Checked with dir() -dummyguiplugGui methods do not appear ).

> > What can I do now?
>
> Post a self-contained example.

I'll try.

m.

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

Reply via email to