So I'm trying to use pygame with Python3.x, but I keep getting an error message which states "No module named pygame." Now if I run it with Python2.x it runs just fine, and I'm able to use everything I want to, like the mixer module.
Does anyone know how I can get this to work on Python3 as well?
I'm using Ubuntu 14.04 LTS.