I am having trouble getting pygame running. I opened python 2.7.8 through idle. I downloaded pygame. when I try to import pygame I get this error. What am I doing wrong? Thank You!
import pygame
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pygame
ImportError: No module named pygame