On Mar 14, 2016 2:34 AM, "Tyson" <tty...@d3ce.org> wrote: > > 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?
In what form did you download PyGame? If you downloaded an installer, just run it. If you downloaded a zip or other archive, extract it into a temporary folder and run the setup.py script inside. If you downloaded a whl file, then run "pip install <filename>" from the Windows command prompt. -- https://mail.python.org/mailman/listinfo/python-list