On Dec 1, 2007 7:10 PM, Unnsse Khan <[EMAIL PROTECTED]> wrote:
> When I ran this program, I receive the following error message:
>
> Traceback (most recent call last):
>    File "/Users/untz/DevResources/Python/pygame_helloworld/hello.py",
> line 3, in <module>
>      import pygame
> ImportError: No module named pygame
>
That error means you don't have pygame installed.

Reply via email to