Using home-brew I have installed pygame as homebrew says this
"Requirement already satisfied: pygame in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (1.9.1release)"
but when I run idle3 and import pygame, python says this
">>> import pygame
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import pygame
ModuleNotFoundError: No module named 'pygame'"
pip install pygame- jambrothers