I am running in ubuntu and I can code in python, without problem. I have tried to install pygame and to do make it so, I did:
sudo apt-get instal python-pygame
When I go into the python IDLE and write:
import pygame
I get:
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named pygame
What can I do to solve this problem? I am forgetting something, or doing something wrong?
sudo apt-get instal python-pygame
orsudo apt-get *install* python-pygame
- unutbu$ python
? The (selected) output fromdpkg -l "*python*" | grep "^ii"
would be helpful, too. - msw