Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #47401

Re: Installing PyGame?

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'output': 0.05; 'installed.': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; '>on': 0.16; 'libraries.': 0.16; 'message-id:@4ax.com': 0.16; 'pygame': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'install': 0.23; 'error': 0.23; 'alternate': 0.24; 'url:home': 0.24; 'first,': 0.26; 'somewhere': 0.26; 'header:X-Complaints-To:1': 0.27; 'installed': 0.27; 'point': 0.28; 'too.': 0.31; 'post.': 0.31; 'figure': 0.32; 'text': 0.33; 'mac': 0.33; 'version': 0.36; "didn't": 0.36; 'charset:us-ascii': 0.36; 'subject:?': 0.36; 'error.': 0.37; 'received:76': 0.38; 'apple': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'account': 0.65; '(that': 0.65; 'prompt': 0.68; 'stated': 0.69; 'add-on': 0.84; '2013': 0.98
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Installing PyGame?
Date Sat, 08 Jun 2013 15:10:11 -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>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-76-249-16-117.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 6.00/32.1186
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2892.1370718621.3114.python-list@python.org> (permalink)
Lines 35
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1370718621 news.xs4all.nl 15927 [2001:888:2000:d::a6]:32984
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:47401

Show key headers only | View raw


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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Wulfraed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dennis Lee Bieber&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AF6VN<br>
&nbsp;&nbsp;&nbsp;   wlfraed@ix.netcom.com&nbsp;&nbsp;&nbsp; <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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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