Using Python 2.7.2. When I try to import pygame I get this error message:
Traceback (most recent call last):
File \"\", line 1, in
The clue is in the last line no matching architecture in universal wrapper. Most likely you are using precompiled 32-bit binaries on a 64-bit system.
You can try reinstalling or compiling from scratch but it would probably be far easier to just force python to run in 32-bit. Lots more info over here in this post.