Hello,

While reading your error message, it seems that the python version used is
the one included in OS X (/Library/Frameworks...), not the one installed by
macports (/opt/local...)

To be sure that the problem lies there, here are a few steps:

sudo port select --set python python27

Another way to force the command to use the "macport installed python
version", is to run python with its full path. You should then have:

/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
setup.py build

sudo
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
setup.py install

Philippe



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Frecobaldi-2-Mac-OS-X-install-guide-tp145898p146748.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to