I'm using cx_Freeze to package my PyGame game. I'm running Ubuntu Linux, so I used the source package. However, I got the following error when I run cxfreeze game.pycxfreeze game.py:
Fatal Python error: (pygame parachute) Segmentation Fault
Aborted
How can I fix this? I have seen other similar questions but no good answers.