Re: [pygame] Distributing games for Windows - Pynsist

2016-10-26 Thread Thomas Kluyver
On 25 October 2016 at 23:52, Jorge Maldonado Ventura < jorgesu...@freakspot.net> wrote: > I tried the installer I created, but it didn't work. Apparently it > installs correctly, but it doesn't launch the game. I'm using a Windows 8 > virtual machine. I tried to debug, but I have no idea in Window

Re: [pygame] Distributing games for Windows - Pynsist

2016-10-25 Thread Jorge Maldonado Ventura
On 2016-10-25 11:40, Thomas Kluyver wrote: > Hi Jorge, > > On 25 October 2016 at 00:00, Jorge Maldonado Ventura > wrote: > >> Here is what I got, but I want to distribute just one executable file; can I >> do that with your program? >> >> ~/Code/Repos/bullet_dodger_stable/build/nsis $

Re: [pygame] Distributing games for Windows - Pynsist

2016-10-25 Thread Thomas Kluyver
Hi Jorge, On 25 October 2016 at 00:00, Jorge Maldonado Ventura < jorgesu...@freakspot.net> wrote: > Here is what I got, but I want to distribute just one executable file; can > I do that with your program? > > ~/Code/Repos/bullet_dodger_stable/build/nsis $ ls -l > total 49272 > drwxr-xr-x 2 jorge

Re: [pygame] Distributing games for Windows - Pynsist

2016-10-24 Thread Jorge Maldonado Ventura
On 2016-10-24 18:39, Thomas Kluyver wrote: > I've mentioned this on the list before, but some changes since then have made > it easier to use with Pygame. > > Pynsist (https://pynsist.readthedocs.io/ [1] ) is an open source tool to > build Windows installers for Python applications. It's ba

Re: [pygame] Distributing games for Windows - Pynsist

2016-10-24 Thread Thomas Kluyver
On 24 October 2016 at 22:33, Yann Thorimbert wrote: > This sounds nice, I will try soon. Until now, I've always used py2exe in > order to provide "standalone" windows version of my python-pygame scripts. > What are the pros and cons, in your opinion, to use py2exe or a method like > pynsist ? T

RE: [pygame] Distributing games for Windows - Pynsist

2016-10-24 Thread Yann Thorimbert
De : owner-pygame-us...@seul.org de la part de Thomas Kluyver Envoyé : lundi 24 octobre 2016 18:39 À : pygame-users Objet : [pygame] Distributing games for Windows - Pynsist I've mentioned this on the list before, but some changes since then have made it easier to use with Pyg

[pygame] Distributing games for Windows - Pynsist

2016-10-24 Thread Thomas Kluyver
I've mentioned this on the list before, but some changes since then have made it easier to use with Pygame. Pynsist (https://pynsist.readthedocs.io/ ) is an open source tool to build Windows installers for Python applications. It's based on the popular NSIS installer system, which makes it possibl