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


Groups > comp.lang.python > #70583

Re: Installing PyGame?

References <5c069831-8cab-43da-a4f9-ccec68cdc101@googlegroups.com> <c1bf68bd-9952-4f9d-880d-2204944f6d98@googlegroups.com> <brtt0jF10jjU1@mid.individual.net> <nad-E1DA91.19380924042014@news.gmane.org>
Date 2014-04-24 22:59 -0500
Subject Re: Installing PyGame?
From Ryan Hiebert <ryan@ryanhiebert.com>
Newsgroups comp.lang.python
Message-ID <mailman.9488.1398400366.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Thu, Apr 24, 2014 at 9:38 PM, Ned Deily <nad@acm.org> wrote:

> 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
>
> I'd love to hear more about Greg's take on MacPorts. I've chosen to use
MacPorts because it keeps things separate, because when things get hosed
using the system libraries, I don't have to erase my whole system to get
back to a "vanilla" OS X install. Unfortunately, it seems like the
differences in which libraries are used, what options are enabled at
library build time, etc, make it difficult to ensure that things always
work when you try to use the stuff built-in to the system, and untangling
the Homebrew mess can be painful.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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