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
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