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

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



I was asking for pygame itself.

What you have is cool though :)


On Jan 24, 2008 4:07 PM, Casey Duncan <casey@xxxxxxxxxxx> wrote:
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