Hello,
I am trying to run some code that requires pygame module. Im using OSX lion and python 2.7 that comes installed with my Mac.
I have followed instructions here http://pygame.org/wiki/MacCompile and was able to install after a long struggle. I am not the most familiar with terminal.
well, on to it.
import pygame gives me this error
ImportError: dlopen(/Library/Python/2.7/site-packages/pygame-1.9.1release-py2.7-macosx-10.7-intel.egg/pygame/base.so, 2): Symbol not found: _SDL_EnableUNICODE
Referenced from: /Library/Python/2.7/site-packages/pygame-1.9.1release-py2.7-macosx-10.7-intel.egg/pygame/base.so
Expected in: flat namespace
in /Library/Python/2.7/site-packages/pygame-1.9.1release-py2.7-macosx-10.7-intel.egg/pygame/base.so
Ive spent the better part of an afternoon search this error, with no avail.
Any help would be greatly appreciated.