python - Convert .py with pygame to exe -
I have used py2exe to convert a program that finds multiples of a number - the form of a test - and it works fine, but when I try to do this for a program that uses pygame, when I run the exe that is received;
What?
EDIT: I added 2 DLL (libogg-0.dll and SDL_ttf.dll) in the Distributed folder, and the window was open for a second or so long before the crash with the same message .
Comments
Post a Comment