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


How did you install it?

What operating system are you 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?

Yes.



--
Steven

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to