i am having trouble getting pygame to work.
i downlaoded and installed python 2.7.3, and when i type 'python' in the command line
it seems to work. I get the interactive prompt from python. But when i type
'import pygame' it says 'module not found'

I install pygame with the command 'sudo apt-get install python-pygame'
and it seems to have installed correctly

The only thing i can think of is that my Python-2.7.3 folder is in my documents
directory and the pygame stuff is in the file system in usr/include/python2.7
and other places

any idea how to get pygame to work?

Thank you