I've just installed Pygame 1.9.1 on OSX 10.6.8 Installation appeared to have completed successfully, however when I import pygame
Python 2.7.5 |Anaconda 1.6.1 (x86_64)| (default, Jun 28 2013, 22:20:13) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import pygame Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/tonyc/anaconda/lib/python2.7/site-packages/pygame/__init__.py", line 95, in <module> from pygame.base import * ImportError: dlopen(/Users/tonyc/anaconda/lib/python2.7/site-packages/pygame/base.so, 2): Symbol not found: _SDL_EnableUNICODE Referenced from: /Users/tonyc/anaconda/lib/python2.7/site-packages/pygame/base.so Expected in: flat namespace in /Users/tonyc/anaconda/lib/python2.7/site-packages/pygame/base.so Does anyone have any advice how to get pygame correctly installed? Thanks