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

Re: [pygame] Distributing games



Weeble wrote:
What are the most popular ways of packaging Pygame games for
distribution?
Ideally I'd like to produce simple installers that run with few clicks
and don't require administrator privileges.

This looks like it might help you:

   http://code.google.com/p/gui2exe/

It claims to be able to generate Inno Setup installers
for Windows.

However, you'll probably still have to run it on Windows
to generate Windows executables, since it relies on
py2exe for that.

--
Greg