You are here

[Solved]NameError

2 posts / 0 new
Last post
[Solved]NameError
#1

Solved by Alex

Thanks

Fri, 2010-02-05 08:26
nunesjulioc

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).

Mon, 2010-02-08 03:12
AlexI