Hi all,
I have made a pygame application, which I sucessfuly compiled to an exe using the pygame2exe script from pygame website.
Now I made a small launcher with startup options for the application, using Tkinter, and everything work smoothly.
The problem comes when I try to compile the application to exe, using the same script as above. The exe is generated, but when running it gives a Segmentation Fault (Fatal Python error: (pygame parachute) Segmentation Fault)
I've included tcl85.dll and tk85.dll to the dist directory, but keeps crashing.
I'm using Python 2.6.3 and Pygame 1.9.1
Any clues?
Thanks in advance,
Diego