Need some help.

How can i bundle the pygame module and other built-in module to the game directory. I didn't use the skelington package because I'm not comfortable with the directory arrangement. I'm trying to make an executable using py2exe by creating a setup.py script but when I included pygame in the setup.py, an error  just occured stating that it can't find pygame. Need help since i want to test it on other computer which just happen to don't have python installed. 

(log in to comment)

Comments

my guess is you are doing something wrong while creating the setup.py. if python can find pygame py2exe can find it.. just post your setup.py here that might help.