lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: convert-ly broken in 2.10/11.15?


From: Robert Kennedy
Subject: Re: convert-ly broken in 2.10/11.15?
Date: Thu, 1 Feb 2007 22:43:03 -0800

> I've probably missed something, but in v 2.10.14/2.11/14 and  
> 2.10.15/2.11.15 if convert-ly is invoked (through Update Syntax), the  
> following message is presented:
> 
>   Traceback (most recent call last):
>    File "/Users/ssanders/Documents/Lilypond stuff/LilyPond 2.11.x/ 
> LilyPond.app/Contents/Resources/bin/convert-ly", line 22, in ?
>      import lilylib as ly
> ImportError: No module named lilylib
> 
> Macintosh G4 OS X 10.4.8
> 
> Previous versions have converted without problem. I tried the list  
> archive, but it appears to be broken at the moment.

I encountered the same thing and had to run convert-ly manually to
work around it. Open a terminal window and type the commands:

export PYTHONPATH=/Users/ssanders/Documents/Lilypond\ stuff/LilyPond\ 
2.11.x/Lilypond.app/Contents/Resources/share/lilypond/current/python
/Users/ssanders/Documents/Lilypond\ stuff/LilyPond\ 
2.11.x/LilyPond.app/Contents/Resources/bin/convert-ly -e myfile.ly

where you substitute the name of your lilypond source file for
"myfile.ly".

If you use csh or tcsh in your terminal window instead of sh, you need
to change the "export" command to

setenv PYTHONPATH /Users/ssanders/Documents/Lilypond\ stuff/LilyPond\ 
2.11.x/Lilypond.app/Contents/Resources/share/lilypond/current/python

Hope this helps!

        -- Robert




reply via email to

[Prev in Thread] Current Thread [Next in Thread]