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

Re: [pygame] help: how to make a mac osx installer?



On Jan 23, 2008, at 6:07 PM, René Dudfield wrote:

hello,

does anyone know how to make a mac osx installer for pygame?

How do you do it?

For a game written in pygame or for pygame itself?

If it's the former, I have an example here that creates an application bundle using py2app and then creates a .dmg with a readme and license file for distribution:

http://eos-game.svn.sourceforge.net/viewvc/eos-game/macos/

-Casey