Open mjdominus opened 12 years ago
I know this was written five months ago. But since no one has chimed in, I thought I would.
Yes, it is pygame that you need, and that is the correct website. Try looking for the download page and installing it on your Mac/PC. Let me know if you have any questions. I've got this app working great myself, though I had to get a few other bits and pieces installed first.
super late answer, but just install pip and then the both packages need:
sudo pip install pygame --user
)sudo pip install pyusb --pre
)It's only used for sound. You can remove this part from code: if os.path.isfile(wavFile): if self.hasSound.get() == 1: pygame.init() sound = pygame.mixer.Sound("warcry.wav") sound.play()
And the readme has no instructions about what that might be or where to find it.
There's a pygame project at http://www.pygame.org , but it doesn't seem to be the right thing.