Re: Lilypond 2.10.17-1: lilypond-book ImportError

2007-02-16 Thread Fred Leason
Nicola: I know I had the same problem before. It may be a problem with the distribution of 2.10.17-1. I am using 2.11.13. Open up lilypond- book and look for the code that precedes the "import lilylib as ly". Mine looks like this: os.environ['PATH'] = bindir + os.pathsep + os.environ['

Re: Lilypond 2.10.17-1: lilypond-book ImportError

2007-02-16 Thread Ole Schmidt
Hi, I get an (to me) similar error when I try to execute syntax-update, unfortunatly it did not help, but maybe its the same issue? see the mail below: ole I've pasted the whole text at the end of my convert-ly file: (pasted text:) datadir

Re: Lilypond 2.10.17-1: lilypond-book ImportError

2007-02-16 Thread nicola
In article <[EMAIL PROTECTED]>, Fred Leason <[EMAIL PROTECTED]> wrote: > You explicitly called lilypond-book. I suspect you do not have the > bin directory in your PATH. lilypond-book reads your PATH to find > where lilylib is located. Your path should look like this: > > PATH=/Library/Fr

Re: Lilypond 2.10.17-1: lilypond-book ImportError

2007-02-15 Thread Fred Leason
You explicitly called lilypond-book. I suspect you do not have the bin directory in your PATH. lilypond-book reads your PATH to find where lilylib is located. Your path should look like this: PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:.:/opt/ local/bin:/opt/local/sbin:

Lilypond 2.10.17-1: lilypond-book ImportError

2007-02-15 Thread nicola
Hi, when executing lilypond-book contained in Lilypond.app (Mac OS X), I get the following error: Traceback (most recent call last): File "/Applications/TeX/LilyPond.app/Contents/Resources/bin/lilypond-book", line 44, in ? import lilylib as ly ImportError: No module named lilylib Is some