[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Installing pygame on Snow Leopard 10.6.8



I think that this installer will work fine with the Python 2.7 (64-bit) from python.org:
http://www.astro.washington.edu/users/rowen/python/pygame-1.9.1release-py2.7-python.org-macosx10.6.dmg
I don't know if it'll work with Anaconda though.

Jason


From: Tony Cappellini <cappy2112@xxxxxxxxx>
To: pygame-users@xxxxxxxx
Sent: Monday, September 2, 2013 9:50 PM
Subject: [pygame] Installing pygame on Snow Leopard 10.6.8

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