[PyMOL] AttributeError: 'module' object has no attribute 'super'

2012-03-15 Thread Shane Neeley
AttributeError: 'module' object has no attribute 'super' I am trying to run color_by_mutation http://www.pymolwiki.org/index.php/Color_By_Mutations But I get that error. Maybe my version of Mac PyMol from 2006 doesn't have that superimpose command? How do I fix this? Thank you. Shane

Re: [PyMOL] AttributeError: 'module' object has no attribute 'super'

2012-03-15 Thread Thomas Holder
Hi Shane, if you have a version 0.99 or older then there is no super command. That old version also lacks other features which are required by that script. So the only solution is to upgrade. Cheers, Thomas On 03/15/2012 05:47 PM, Shane Neeley wrote: AttributeError: 'module' object has no