Interaction between pygame and python

Ian Kelly ian.g.kelly at gmail.com
Mon Mar 14 09:48:38 EDT 2016


On Mar 14, 2016 2:34 AM, "Tyson" <ttyson at 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.



More information about the Python-list mailing list