This is a read-only mirror of pymolwiki.org
Difference between revisions of "Talk:BiologicalUnit"
Jump to navigation
Jump to search
m (3 revisions) |
|||
(One intermediate revision by the same user not shown) | |||
Line 18: | Line 18: | ||
AttributeError: 'module' object has no attribute 'get_unused_name' | AttributeError: 'module' object has no attribute 'get_unused_name' | ||
</pre> | </pre> | ||
+ | |||
+ | Please upgrade your version of PyMOL. | ||
+ | |||
+ | [[User:Inchoate|Tree]] 16:12, 21 May 2010 (UTC) |
Latest revision as of 00:44, 28 March 2014
Dr. Zhenting Gao 06:07, 20 May 2010 (UTC)
The script does not work for me. Can anyone help me out?
My procedure is
- Open PyMOL
- run E:/readSymmetry.py
- symMat = readSymmetry("E:/pdb1k4c.pdb","pdbFile")
- biologicalUnit("mates", "pdbFile", symMat)
- Then the following error occurs
Traceback (most recent call last): File "d:\cadd\pymol/modules\pymol\parser.py", line 455, in parse exec(layer.com2+"\n",self.pymol_names,self.pymol_names) File "<string>", line 1, in ? File "E:/readSymmetry.py", line 77, in biologicalUnit n = cmd.get_unused_name(prefix) AttributeError: 'module' object has no attribute 'get_unused_name'
Please upgrade your version of PyMOL.
Tree 16:12, 21 May 2010 (UTC)