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

Re: [pygame] Freezing Pygame projects in Windows



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 it may be an alternative approach - I've designed Pynsist to avoid some of the most common issues with freeze tools like PyInstaller.

Thomas

On 7 May 2016 at 08:18, scottmeup <skirmish666@xxxxxxxxx> wrote:
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 print a pygame parachute segmentation fault.

I've had success freezing with pygame2exe but I'd like to be able to use a
different freezing tool for a few reasons, and I'm a little bit too green to
work out how to make the changes made in pygame2exe work with other tools.

I might be mistaken but from what I've read I think the problem may have
something to do with the font settings?

Could someone point me in the right direction of something I can do to make
pyinstaller & other tools create working executables for pygame?

Thanks in advance!



--
View this message in context: http://pygame-users.25799.x6.nabble.com/Freezing-Pygame-projects-in-Windows-tp2384.html
Sent from the pygame-users mailing list archive at Nabble.com.