When messing around with example files in the pygame download, I ran a program (untouched) and an error message popped up saying that the symbol _SDL_EnableUNICODE was not found. What does the symbol do and how can I get around it or obtain the symbol?
Error Message:
Traceback (most recent call last): File "/Users/Lukecat2883/Downloads/pygame-1.9.3/examples/macosx/aliens_app_example/aliens.py", line 6, in import pygame File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/init.py", line 133, in from pygame.base import * ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so, 2): Symbol not found: _SDL_EnableUNICODE Referenced from: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so Expected in: flat namespace in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so