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
There is an answer to this on the pygame wiki: http://pygame.org/wiki/Pygame2exe
To include pygame in the executable, you will need to edit BuildExe.__init__