pygame parachute
Posted
by
user1473612
on Stack Overflow
See other posts from Stack Overflow
or by user1473612
Published on 2012-06-27T03:14:17Z
Indexed on
2012/06/27
3:15 UTC
Read the original article
Hit count: 130
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
© Stack Overflow or respective owner