Installing PyGame?

Gregory Ewing greg.ewing at canterbury.ac.nz
Fri Apr 25 19:42:33 EDT 2014


Ned Deily wrote:
> 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

That's fine if it works, but the OP said he'd already tried
various things like that and they *didn't* work for him. And
I've had trouble in the past with MacPorts and/or Fink (can't
remember exactly which one it was) installing libraries that
were incompatible with other things I use and messing them
up, so I've learned to be wary of them.

Those problems were probably due to some unusual features of
my setup, and wouldn't occur for most other people. But
because I don't use those tools, I can't give any
recommendations about how to troubleshoot them. All I can
do is explain what works for me.

-- 
Greg




More information about the Python-list mailing list