This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Lilypond package: fix for convert-ly bug


convert-ly as shipped in the Cygwin lilypond
package doesn't work because it complains about
a missing module lilylib.  The solution is to
make sure this module is in the Python path, for
example in /usr/bin/convert-ly add the
following line before the "import lilylib" line:

sys.path.insert(0,"/usr/share/lilypond/2.10.29/python")

Of course the version number will need changing
every time the lilypond package is upgraded;
there might be a better solution than this that
does not depend on knowing the version number.

Silas


-- 
Silas S Brown http://people.pwf.cam.ac.uk/ssb22

"Whatever does not make sense can be neither understood nor appraised
and hence cannot be committed to memory." - John Comenius

Attachment: cygcheck.out
Description: Text document

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]