Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104810 > unrolled thread
| Started by | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| First post | 2016-03-14 07:48 -0600 |
| Last post | 2016-03-14 07:48 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Interaction between pygame and python Ian Kelly <ian.g.kelly@gmail.com> - 2016-03-14 07:48 -0600
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2016-03-14 07:48 -0600 |
| Subject | Re: Interaction between pygame and python |
| Message-ID | <mailman.96.1457963320.12893.python-list@python.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 top | Article view | comp.lang.python
csiph-web