I am having a lot of trouble getting python to find the pygame module; my operating system is Windows 7. Can you offer any help? . Should I download pygame into the same folder as Python? . any ideas at all?
Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:38:48) [MSC v.1900 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> import pygame Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import pygame ImportError: No module named 'pygame' >>> import pygame, sys Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import pygame, sys ImportError: No module named 'pygame' >>> -- https://mail.python.org/mailman/listinfo/python-list