I got this from typing import pygame

Python 2.7.2 (default, Jun 20 2012, 16:23:33)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type “help”, “copyright”, “credits” or “license” for more information.

import pygame
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named pygame

@thomas3 Do you still have issues with this?

Hi @thomas, have you installed pygame? you will need to use the pip install pygame however also make sure that you have pip 2.7 as your python version is also 2.7

cheers,

This topic was automatically closed after 166 days. New replies are no longer allowed.