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

Re: [pygame] Introducing Pygame Launcher alpha



Sami Hangaslammi wrote:
Figured it was time to learn how to use Inno Setup, so now there's an
install wizard available too. :)  Creates file associations for .pyg
files and uses the PyGame icon (is this okay with you, Pete?).
This sounds great. I want to look into your implementation. It seems like most of this could be done with a ZIP file renamed to .pyg. There could be a special "main.py" that gets imported and executed.

The ideas about versioning aren't bad either. It would be nice to at least check for some sort of incompatability and inform the user before getting to some strange exception.