Re: [pygame] Freezing Pygame projects in Windows

2016-05-09 Thread Jake b
Scott: On Sat, May 7, 2016 at 2:18 AM, scottmeup wrote: > I'm trying to freeze a project made with pygame / SimpleGUICS2Pygame. Every > tool I've tried apart from pygame2exe results in an executable that stops > responding. Most of them print a pygame parachute segmentation fault. > ​Are you us

Re: [pygame] Freezing Pygame projects in Windows

2016-05-07 Thread Thomas Kluyver
I have a tool called Pynsist that can build an installer directly, without going through a freeze tool: http://pynsist.readthedocs.io/en/latest/ There's an example for using it with pygame: https://github.com/takluyver/pynsist/tree/master/examples/pygame This isn't exactly what you're asking, but

Re: [pygame] Freezing Pygame projects in Windows

2016-05-07 Thread Rob Hagemans
I recall I couldn't make py2exe work either, but that's a long time ago. I'm using PyInstaller without problems to create executable packages of a PyGame project. I'm using a standard spec file as per  http://pythonhosted.org/PyInstaller/spec-files.html. I then use NSIS https://sourceforge.net/p

[pygame] Freezing Pygame projects in Windows

2016-05-07 Thread scottmeup
Hey All, Sorry if this has been asked & answered, I couldn't find anything specific by searching so far so hopefully not :) I'm trying to freeze a project made with pygame / SimpleGUICS2Pygame. Every tool I've tried apart from pygame2exe results in an executable that stops responding. Most of them