Newbie + python + sdl framework setup

Hi all,

I run os x 10.4.2. Currently I have 2 installs of python, =( just
needs to be that way. I need to set up sdl framework so I can use
pygame module. I have not setup a framework before. Do the runtime
libraries accomplish this? Please can someone point
me in the right direction?

Thank you in advance for any help you can offer.

Dane Ensign
@Dane_Ensign

I run os x 10.4.2. Currently I have 2 installs of python, =( just
needs to be that way. I need to set up sdl framework so I can use
pygame module. I have not setup a framework before. Do the runtime
libraries accomplish this? Please can someone point
me in the right direction?

The installer for pygame includes SDL and related frameworks: http://
pythonmac.org/packages/

But yes, the runtime framework installers are what you need if you
were to attempt to assemble everything by yourself, but I don’t
really recommend it.

-bobOn Oct 16, 2005, at 11:03 PM, Dane Ensign wrote: