I am using GUI2Exe to compile my python/pygame, game to a .exe
I have a problem with the font module.
using python 2.7 and the py2exe option in GUI2Exe I have updated python, pygame and py2exe with the 2.7 versions. My program runs fine but after I compile it with py2exe I get this.
Here is the error I get:
Fatal Python error: (pygame parachute) Segmentation Fault
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
My game starts off as a console and that part runs. But as soon as the display starts I get the crash.
Thanks
Don't use gui2exe use this file from this link: http://pygame.org/wiki/Pygame2exe
Follow the instructions and modify the file as needed. Place the file in the same directory as the "game" main and run the file from console.