Oké, ik heb mijn antwoord. Mijn MAMP gebruikt 32-bits Python en ik heb mijn bibliotheek gecompileerd voor 64-bits Python.
Dus ik heb het opnieuw gecompileerd voor 32-bits Python. Om dit te doen, gebruikte ik deze commando's in mijn bibliotheekmap:
export CFLAGS=-m32
export CXXFLAGS=-m32
./configure
make
make install