You must have one of these versions of python installed:
2.6 , 2.7 , 3.1 or 3.2
... 32 bits or 64 bits.
Take the version you need from here.
Just run the executable and it will automatically install the python.
You can check if it runs:
python
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
>>> from pygame import *
On the same site you can find other modules required. You can try them.