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: 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 Subject: Re: Installing PyGame? Date: Thu, 24 Apr 2014 19:38:09 -0700 References: <5c069831-8cab-43da-a4f9-ccec68cdc101@googlegroups.com> 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 In article , Gregory Ewing 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