For a game written in pygame or for pygame itself?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?
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