--- pymunk/_chipmunk.py.orig 2010-03-07 20:20:16.000000000 +0300 +++ pymunk/_chipmunk.py 2010-03-09 19:09:37.000000000 +0300 @@ -4,7 +4,7 @@ cpVect = Vec2d from .libload import load_library, platform_specific_functions -_lib_debug = True #Set to True to print the Chipmunk path. +_lib_debug = False #Set to True to print the Chipmunk path. chipmunk_lib = load_library("chipmunk", print_path=_lib_debug) function_pointer = platform_specific_functions()['function_pointer']