Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47401
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Installing PyGame? |
| Date | 2013-06-08 15:10 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <5c069831-8cab-43da-a4f9-ccec68cdc101@googlegroups.com> <mailman.2888.1370709708.3114.python-list@python.org> <44636430-af69-4162-adab-8f595da3cdd7@googlegroups.com> <c578d54d-bffa-44f5-b5ec-2a2e0878d8b2@googlegroups.com> <bf7eef65-25f6-4630-9a44-ebde3d192bc5@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2892.1370718621.3114.python-list@python.org> (permalink) |
On Sat, 8 Jun 2013 11:05:49 -0700 (PDT), Eam onn <letsplaysforu@gmail.com>
declaimed the following:
>On Saturday, June 8, 2013 6:58:53 PM UTC+1, ccl...@bluewin.ch wrote:
>> At the Terminal prompt type: python -c "help('modules')"
>>
>>
>>
>> If Pygame is not somewhere in the output then Pygame is not yet installed.
>>
>>
>>
>> If it is not installed then type: pip install --upgrade pygame
>
>python -c "help('modules')" made an error. pip install --upgrade pygame made an error too.
And again, you didn't bother to copy the error message text into the
post.
Off-hand, since you stated Mac OS at some point in time...
The system Python tends, as I recall, to only want Apple sourced
libraries.
You may want to figure out how to install an alternate Python (that is
NOT in the system PATH), set your user account path to find that version
first, and then install your add-on modules to that alternate Python.
<html>
<body>
<font face="Lucida Console">-- <br>
<x-tab> </x-tab>Wulfraed Dennis Lee Bieber AF6VN<br>
wlfraed@ix.netcom.com <a href="http://wlfraed.home.netcom.com/" eudora="autourl">HTTP://wlfraed.home.netcom.com/<br>
</a></font></body>
</html>
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Installing PyGame? Eam onn <letsplaysforu@gmail.com> - 2013-06-08 09:07 -0700
Re: Installing PyGame? Fábio Santos <fabiosantosart@gmail.com> - 2013-06-08 17:41 +0100
Re: Installing PyGame? Eam onn <letsplaysforu@gmail.com> - 2013-06-08 10:07 -0700
Re: Installing PyGame? cclauss@bluewin.ch - 2013-06-08 10:58 -0700
Re: Installing PyGame? Eam onn <letsplaysforu@gmail.com> - 2013-06-08 11:05 -0700
Re: Installing PyGame? Eam onn <letsplaysforu@gmail.com> - 2013-06-08 11:07 -0700
Re: Installing PyGame? Fábio Santos <fabiosantosart@gmail.com> - 2013-06-08 20:12 +0100
Re: Installing PyGame? cclauss@bluewin.ch - 2013-06-08 12:23 -0700
Re: Installing PyGame? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-06-08 15:10 -0400
Re: Installing PyGame? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-06-08 16:17 -0400
Re: Installing PyGame? Neil Hodgson <nhodgson@iinet.net.au> - 2013-06-09 08:51 +1000
csiph-web