bug-lilypond
[Top][All Lists]
Advanced

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

Re: convert-ly error: can't find lilylib


From: Werner LEMBERG
Subject: Re: convert-ly error: can't find lilylib
Date: Wed, 31 Jan 2007 01:06:14 +0100 (CET)

> [git 2007-01-26 14:13]
>
> After a standard build,

Just for clarification: I did (from scratch)

  ./autogen.sh
  make all
  make install

> convert-ly no longer works; it fails with
>
>   Traceback (most recent call last):
>     File "/usr/local/bin/convert-ly", line 41, in ?
>       import lilylib as ly
>   ImportError: No module named lilylib

A follow-up: Within the (installed) convert-ly file, there is still
this:

  for d in ['@lilypond_datadir@',
            '@lilypond_libdir@']:
      sys.path.insert (0, os.path.join (d, 'python'))

It seems that builder.py isn't called properly...


    Werner




reply via email to

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