Talk:BiologicalUnit
Jump to navigation
Jump to search
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'