Valhalla Legends Forums Archive | General Programming | PyGame help

AuthorMessageTime
Mitosis
Okay guys, I just purchased a book called Python Programming for the Absolute Beginner, written by Michael Dawson. It looks like a really good book, from scanning it quickly. My problem here is, that the author dedicates the learning experience for a Windows environment. I am running OS X 'Tiger'.

Basically you have to have the PyGame framework installed, and I cannot figure out how to do this exactly. I have asked around about using another grame framework, and have been told I will not be able to follow my book. If anyone knows how to do this and can help me, that would be great.

Thanks for any input added to this thread!
July 6, 2006, 12:30 PM
Topaz
PyGame is just a wrapper for SDL.

However, since you might want PyGame (since it adds a lot of nice stuff you'll need to write for SDL), the OSX binaries are here.
July 6, 2006, 5:27 PM
Mitosis
I already have Python and wxPython installed from that link, which one am I supposed to install from there?
July 6, 2006, 7:32 PM
Topaz
[quote]pygame
pygame-1.8.0pre-py2.4-macosx10.4.zip (MD5: f6ed5abbe207e0d7c569d2592a45adb6)[/quote]
July 6, 2006, 7:44 PM
Mitosis
Thank you, I installed it.
July 6, 2006, 8:26 PM

Search