Friends,<br><br>I want to define solvent accessibility as the attribute to create a worm representation. I used the template file 'percentExposed.txt' in the following link to create an attribute file. The sample file i creased is attached (exp.txt)<br>
<br><a href="http://www.cgl.ucsf.edu/chimera/docs/ContributedSoftware/defineattrib/percentExposed.txt">http://www.cgl.ucsf.edu/chimera/docs/ContributedSoftware/defineattrib/percentExposed.txt</a><br><br>when i give the command: deffattr exp.txt <br>
I get the following error. How to resolve the problem.<br><br>Traceback (most recent call last):<br>  File "/usr/local/chimera_15/lib/python2.6/site-packages/Pmw/Pmw_1_3/lib/PmwBase.py", line 1747, in __call__<br>
    return apply(self.func, args)<br>  File "/usr/local/chimera_15/share/Midas/midas_ui.py", line 260, in processCommand<br>    midas_text.makeCommand(text)<br>  File "/usr/local/chimera_15/share/Midas/midas_text.py", line 66, in makeCommand<br>
    f(c, args)<br>  File "/usr/local/chimera_15/share/AddAttr/ChimeraExtension.py", line 33, in cmdAddAttr<br>    specInfo=[("spec", "models", "molecules")])<br>  File "/usr/local/chimera_15/share/Midas/midas_text.py", line 424, in doExtensionFunc<br>
    extFunc(*tuple(processedArgs), **kw)<br>  File "/usr/local/chimera_15/share/AddAttr/__init__.py", line 77, in addAttributes<br>    return _addAttr(attrFile, models, log, raiseTool)<br>  File "/usr/local/chimera_15/share/AddAttr/__init__.py", line 239, in _addAttr<br>
    from ShowAttr import ShowAttrDialog, screenedAttrs<br>ImportError: cannot import name screenedAttrs<br>ImportError: cannot import name screenedAttrs<br><br>  File "/usr/local/chimera_15/share/AddAttr/__init__.py", line 239, in _addAttr<br>
    from ShowAttr import ShowAttrDialog, screenedAttrs<br><br><br>