“no matching architecture in universal wrapper” when importing pygame
问题 I'm on a MacBook Pro running Snow Leopard 10.6.8 and Python 2.7.2. I went on the pygame website, downloaded and installed all the required frameworks and programs, compiled and installed pygame, but I cant import the module into python. I downloaded an example program off of the pygame website and every time I run it I get this error: Traceback (most recent call last): File "/Users/jesse/Downloads/PurpleMines/PurpleMines.py", line 3, in <module> from pygame import * File "/Library/Frameworks