I have just installed pygame and as soon as i try to imort it into a python 2.7 file this error is throw up
Traceback (most recent call last):
File "/Users/Ben/Desktop/Python/Game/main.py", line 2, in <module>
import pygame as pg
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/__init__.py", line 95, in <module>
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
does anybody know why this is happening and how to fix it.
Thanks.