Created
June 19, 2011 03:53
-
-
Save rhysforyou/1033743 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> 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