when i run the sample folding script you can find on http://www.pyrosetta.org/scripts i get this error:
Traceback (most recent call last):
File “C:Python27folding.py”, line 510, in
PyMOL_Mover_ip , disulfides )
File “C:Python27folding.py”, line 212, in sample_folding
pyobs = PyMOL_Observer()
File “C:Program Files (x86)PyRosettarosetta__init__.py”, line 996, in __init__
self.pymol = rosetta.PyMOL_Mover(keep_history=keep_history)
TypeError: __init__() got an unexpected keyword argument ‘keep_history’
does anybody know how to solve it?