Skip to content

Instantly share code, notes, and snippets.

@rhysforyou
Created June 19, 2011 03:53
Show Gist options
  • Select an option

  • Save rhysforyou/1033743 to your computer and use it in GitHub Desktop.

Select an option

Save rhysforyou/1033743 to your computer and use it in GitHub Desktop.
>>> import pygame
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/Cellar/python26/2.6.4/lib/python2.6/site-packages/pygame/__init__.py", line 95, in <module>
from pygame.base import *
ImportError: dlopen(/usr/local/Cellar/python26/2.6.4/lib/python2.6/site-packages/pygame/base.so, 2): Symbol not found: _SDL_EnableUNICODE
Referenced from: /usr/local/Cellar/python26/2.6.4/lib/python2.6/site-packages/pygame/base.so
Expected in: dynamic lookup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment