Okay, ich habe meine Antwort. Mein MAMP verwendet 32-Bit-Python und ich habe meine Bibliothek für 64-Bit-Python kompiliert.
Also habe ich es für 32-Bit-Python neu kompiliert. Dazu habe ich diese Befehle in meinem Bibliotheksordner verwendet:
export CFLAGS=-m32
export CXXFLAGS=-m32
./configure
make
make install