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

Re: [pygame] Pygame on OS X 10.4 Tiger




On Oct 20, 2005, at 3:18 PM, thor wrote:

I'm trying to install Pygame on Tiger.

I've installed SDL and Numeric using Fink, I've installed PyObjC
and now I'm trying to install pygame from source in the Terminal. 

Don't do that.

1. Install Python 2.4.1 and TigerPython24Fix from http://undefined.org/python/
2. Install the Python 2.4 versions of PyObjC, Numeric, PIL, PyOpenGL, pygame from http://pythonmac.org/packages/

If you need newer versions of any of the components, you can compile them from source.. but compiling PyOpenGL is non-trivial, and PIL and SDL have some dependencies.

-bob