pymunk 1.0 for mac
How to compile pymunk (chipmunk) in Leopard (10.6)Download pymunk 1.0, go the the chipmunk source directory and:
$ gcc -DNDEBUG -O3 -std=gnu99 -ffast-math -m32 -c *.c constraints/*.c -I ../include/chipmunk/
$ gcc -dynamiclib -m32 -o libchipmunk.dylib *.o