On Sat, Mar 3, 2012 at 01:32, Lynn Oliver <[email protected]> wrote:

> My current Python installation is in
> System/Library/Frameworks/Python.Frameworks.  The alias is, as you
> suggested, in
>
/user/local/bin/python.
>

Ugh.  /usr/local causes all sorts of problems for MacPorts (and Fink and
Homebrew, for that matter).  http://trac.macports.org/wiki/FAQ#ownlibs


> MacPorts has installed another copy of Python in
> /opt/local/Library/Frameworks/Python.Framework.  If I execute
>  /opt/local/bin/python2.7 it starts the version installed by MacPorts, and
> it indeed does find pygame.
>
> So how do I proceed from here?  Do I have any option other than trying to
> recreate my current build environment in /opt/local?
>

That's pretty much it; anything else will result in at best inconsistency
and at worst stuff failing to run because it's mixing up dylibs from
incompatible installs.

-- 
brandon s allbery                                      [email protected]
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to