Paarth Tara
Paarth Tara

Reputation: 29

How to download pygame 3.4.1

I tried to download pygame 3.2 from pygame.org and from bittbucket 3.3 pygame and I run IDLE and it always gives me an error:

No module named 'pygame'

I have python version 3.4.1 on windows 7. I need to get pygame for a new thing I am trying to create.

Upvotes: 1

Views: 8431

Answers (2)

oddubcoder
oddubcoder

Reputation: 9

You could always take it down a version to 3.3. Have a look in the folder and see if it is there or just find where the Pygame folder is located and move it into the correct folder. That's what I did when my school didn't have it. I just manually put it in myself and it worked!

Upvotes: 1

crhodes
crhodes

Reputation: 1188

The pygame binary for python 3.4 is available here

Upvotes: 1

Related Questions