Just to clear things up, http://stackoverflow.com/questions/21589724/include-pygame-in-your-programm didn't work, as I have a Mac.
Ok. Now that's over, I can begin.
I'm making a game in python and I'm using the pygame module. The problem is, the vast majority of people don't already have pygame.
How do I include pygame module, without people having to install pygame manually, without using py2app or anything like that?
 
    