Member Site Forums PyRosetta PyRosetta – General [Solved]NameError Reply To: [Solved]NameError

#4340
Anonymous

    You have to use the name of the Pose object, e.g. if you created the Pose with

    my_pose = Pose()

    print my_pose.residue(2)

    There is a typo in the User’s Manual (page 11 and 12).