Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104810
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Interaction between pygame and python |
| Date | 2016-03-14 07:48 -0600 |
| Message-ID | <mailman.96.1457963320.12893.python-list@python.org> (permalink) |
| References | <000001d17d72$9295f560$b7c1e020$@d3ce.org> |
On Mar 14, 2016 2:34 AM, "Tyson" <ttyson@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.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Interaction between pygame and python Ian Kelly <ian.g.kelly@gmail.com> - 2016-03-14 07:48 -0600
csiph-web