I am trying to install pygame on my mac.
I'm using python 2.7 and have downloaded pygame for 2.7.
I do the normal install thing.
Then when I go on the shell and type import pygame
I get this error:
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
import pygame
File "/Library/Frameworks/Python.framework/Ve… line 95, in <module>
from pygame.base import *
ImportError: dlopen(/Library/Frameworks/Python.framew… 2): no suitable image found. Did find:
/Library/Frameworks/Python.framework/… no matching architecture in universal wrapper
Does anyone know what is happening?
I'm using Lion by the way