Hi,
I started learning Python recently, having only very little programming
experience. I installed Pygame and tried using

>import pygame

to test the installation and got the following error in return;

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named pygame

Please does this mean I didn't install pygame correctly?
How do I get it to work.

Thanks,

eMeka.


-- 
*We have enough for our need but not enough for our greed.*
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to