nmilford / stormLauncher

Script to control the Dream Cheeky Storm & Thunder USB Missile Launchers in Linux.
59 stars 23 forks source link

"No module named pygame" #2

Open mjdominus opened 12 years ago

mjdominus commented 12 years ago

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.

hamstu commented 11 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.

tomtobac commented 7 years ago

super late answer, but just install pip and then the both packages need:

lensdigital commented 7 years ago

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()