Python 3: how to install pygame?

user3545299 picture user3545299 · Apr 17, 2014 · Viewed 35.9k times · Source

I have been trying to install pygame for 3.3 and 3.4 and can't find a way to install it probably with out it giving a error when I do pygame.init().

Is it because pygame.init() is not the proper code or is it because I installed it incorrectly? If so, can someone tell me how to install it?

Answer

user3002473 picture user3002473 · Jul 2, 2014

You can find binary installations for pygame for python 3.4 on windows here. I'm not sure where you could find it if you're running a different operating system.