Hi All,
I’m having a problem sending individual energy terms to PyMOL. I’m using 2.011, and going directly from the tutorial:
py = PyMOL_Mover()
py.apply(p)
score(p)
py.send_energy(p, “fa_sol”)
This is the error that I get:
PyMolMover.send_energy(PyMOL_Mover, Pose, str)
did not match C++ signature:
send_energy(protocols::moves::PyMolMover {lvalue}, core::pose::Pose , core::scoring::ScoreType stype=rosetta.core.scoring.__scoring_all_at_once_.ScoreType.end_of_score_type_enumeration)
Any ideas as to what could be the problem? Thanks
-Jared