"metaclass conflict" error: where is noconflict ?

Hrvoje Niksic hniksic at xemacs.org
Sun Feb 22 07:05:24 EST 2009


"Barak, Ron" <Ron.Barak at lsi.com> writes:

> class CopyAndPaste():

CopyAndPaste is an old-style class.  Make it a new-style class, and
you'll probably be able to inherit from it and wx.Frame without
explicitly creating a new metaclass.



More information about the Python-list mailing list