> [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
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond