In new versions of pymunk, they removed '_pymunk.inf'. It can be fixed easily by replacing: > moment = _pymunk.inf to > moment = float("inf") In line 779
In new versions of pymunk, they removed '_pymunk.inf'. It can be fixed easily by replacing:
to
In line 779