I wanted to compile my python program that uses pygame into an executable using py2exe but I\'m experiencing some problems. I run the script in the windows command line and
Try running the .exe from the command line to see if it's printing some kind of error message. Probably it's missing some DLLs, which you'll need to manually specify when executing py2exe.