Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #70581
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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; 'third-party': 0.04; 'binary': 0.07; 'fink': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'uses.': 0.09; 'python': 0.11; 'fyi,': 0.16; 'macosx': 0.16; 'pygame': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sudo': 0.16; 'wrote:': 0.18; 'preferred': 0.22; 'install': 0.23; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'versions': 0.24; 'source': 0.25; 'header:X-Complaints-To:1': 0.27; 'easier': 0.31; 'bunch': 0.31; 'libraries': 0.31; 'framework': 0.33; 'sources': 0.33; 'could': 0.34; 'advice': 0.35; 'possible.': 0.35; 'installing': 0.36; 'charset:us-ascii': 0.36; 'subject:?': 0.36; 'clear': 0.37; 'manager': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'long-term': 0.74; 'received:204': 0.75; 'article': 0.77; 'yourself': 0.78; 'received:204.14': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Ned Deily <nad@acm.org> |
| Subject | Re: Installing PyGame? |
| Date | Thu, 24 Apr 2014 19:38:09 -0700 |
| References | <5c069831-8cab-43da-a4f9-ccec68cdc101@googlegroups.com> <c1bf68bd-9952-4f9d-880d-2204944f6d98@googlegroups.com> <brtt0jF10jjU1@mid.individual.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 204.14.154.233 |
| User-Agent | MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.9487.1398393507.18130.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1398393507 news.xs4all.nl 2880 [2001:888:2000:d::a6]:57198 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:70581 |
Show key headers only | View raw
In article <brtt0jF10jjU1@mid.individual.net>,
Gregory Ewing <greg.ewing@canterbury.ac.nz> wrote:
> My advice would be to steer clear of things like Fink and MacPorts
> and do things the native MacOSX way wherever possible. That means
> using a framework installation of Python and framework versions of
> the various libraries that PyGame uses.
FYI, MacPorts Pythons are framework installations. And I disagree that
installing a bunch of disparate software from various sources via binary
installers and/or source is to be preferred to a modern third-party
package manager on OS X like MacPorts or Homebrew. That's just setting
yourself up for a long-term maintenance headache. What could be easier
than:
sudo port install py27-game
--
Ned Deily,
nad@acm.org
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Installing PyGame? rohit782192@gmail.com - 2014-04-24 08:32 -0700
Re: Installing PyGame? Terry Reedy <tjreedy@udel.edu> - 2014-04-24 15:15 -0400
Re: Installing PyGame? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-04-25 01:17 +0000
Re: Installing PyGame? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2014-04-25 13:47 +1200
Re: Installing PyGame? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2014-04-25 13:44 +1200
Re: Installing PyGame? Ned Deily <nad@acm.org> - 2014-04-24 19:38 -0700
Re: Installing PyGame? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2014-04-26 11:42 +1200
Re: Installing PyGame? Andrea D'Amore <anddamNOALPASTICCIODICARNE+gruppi@brapi.net> - 2014-04-26 09:07 +0200
Re: Installing PyGame? Ryan Hiebert <ryan@ryanhiebert.com> - 2014-04-24 22:59 -0500
Re: Installing PyGame? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2014-04-26 11:57 +1200
Re: Installing PyGame? Andrea D'Amore <anddamNOALPASTICCIODICARNE+gruppi@brapi.net> - 2014-04-26 08:57 +0200
csiph-web