Comment #5 on issue 894 by jameseli...@googlemail.com: lilypond-book fails
from the command-line in OSX 10.4
http://code.google.com/p/lilypond/issues/detail?id=894
The only change that's been made here is to lilypond-book, to have it point
to the
newer python version shipped with LilyPond 2.13, since we're assuming that
a user
savvy enough to get as far as using lilypond-book is savvy enough to do
that much.
iMac:~ thomasheurich$ head
/Applications/LilyPond_devel.app/Contents/Resources/bin/lilypond-book
#!/Applications/LilyPond_devel.app/Contents/MacOS/python
'''
Example usage:
test:
lilypond-book --filter="tr '[a-z]' '[A-Z]'" BOOK
convert-ly on book:
lilypond-book --filter="convert-ly --no-version --from=1.6.11 -" BOOK
iMac:~ thomasheurich$
/Applications/LilyPond_devel.app/Contents/Resources/bin/lilypond-book
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "/Applications/LilyPond_devel.app/Contents/Resources/bin/lilypond-book",
line
31, in <module>
import glob
ImportError: No module named glob
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond