<div dir="ltr">Hello,<div><br></div><div>I am trying to extend the chimera.Molecule class() to add a few methods and attributes, but the followin error arises:</div><div><br></div><div><div>TypeError: Error when calling the metaclass bases</div>

<div>    type '_molecule.Molecule' is not an acceptable base type</div><div><br></div><div>  File "/home/jr/x/gaudi/gaudi/molecule.py", line 51, in <module></div><div>    class Compound(chimera.Molecule):</div>

</div><div><br></div><div>Is there any workaround? I want my Compound objects to behave like standard chimera Molecules (with all their attributes and stuff), and also be able to call custom methods on that Molecule.</div>

<div><br></div><div>Thanks in advance,</div><div>Jaime.</div></div>