Installing Pygame on Windows
Once you have Python 3.4 installed, download pygame-1.9.2a0.win-amd64-py3.4.exe. When it has finished downloading, open this file. It will look like this:
Keep clicking Next through all the windows of the installer until it has finished installing. Then click Finish to close the installer.
Pygame is now installed. You should be able to run import pygame
from the interactive shell without generating any error messages.