<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3492" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial>Hi,</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>I have a class derived from two parents (in blue below), 
which gives me the following error:</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Courier>$ python -u ./failover_pickle_demo09.py <BR>Traceback 
(most recent call last):<BR>  File "./failover_pickle_demo09.py", line 291, 
in <module><BR>    <FONT color=#0000ff>class 
ListControl(wx.Frame, CopyAndPaste):</FONT><BR>TypeError: Error when calling the 
metaclass bases<BR>    metaclass conflict: the metaclass of a 
derived class must be a (non-strict) subclass of the metaclasses of all its 
bases<BR></FONT></DIV>
<DIV><FONT face=Arial>Googling suggested I should add </DIV></FONT>
<DIV><FONT face=Arial color=#ff00ff></FONT><BR><FONT face=Courier>from 
noconflict import classmaker<BR></FONT></DIV>
<DIV><FONT face=Arial>and</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Courier>__metaclass__=classmaker()<BR></FONT></DIV>
<DIV><FONT face=Arial>to this class.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>However, I don't seem able to find where to get the <FONT 
face=Courier>noconflict </FONT>module from.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Do any of you where <FONT 
face=Courier>noconflict</FONT>  could be downloaded/installed from 
?</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Thanks,</FONT></DIV>
<DIV><FONT face=Arial>Ron.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#ff00ff><FONT color=#000000>P.S.: I use 
Windows XP/cygwin, Python 2.5.2, 
wx-2.8-msw-unicode</FONT><BR></FONT></DIV></FONT></BODY></HTML>