I have a very similar problem to the one this person had: "no matching architecture in universal wrapper" when importing pygame
Anyway, I downloaded and installed Pygame, I run the program, and it gave me this error:
File "anima.py", line 2, in import pygame File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/init.py", line 95, in from pygame.base import * ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so, 2): no suitable image found. Did find: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so: no matching architecture in universal wrapper
Now, I tried to do some of the things they said in the previous question, but they are not working. I am using a OS X 10.9.5 Thanks a lot for the help!