Hello
For several years I have been compiling the lilypond master branch.
Today’s result is strange: LilyPond compiles and installs as it should, but all the python modules throw an error when called.

The error shown below on loading modules also was present for a few days during the 2.13 development series, but apparently accidentally solved without being recognized as a bug.



root@Villums12:/usr/local/src/lilypond# uname -a
Linux Villums12 2.6.32-5-amd64 #1 SMP Tue Jun 14 09:42:28 UTC 2011 x86_64 GNU/Linux

root@Villums12:/usr/local/src/lilypond# python --version
Python 2.6.6

root@Villums12:/usr/local/src/lilypond# gcc --version
gcc (Debian 4.4.5-8) 4.4.5
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@Villums12:/usr/local/src/lilypond# date
sun jun 26 08:38:34 CEST 2011

root@Villums12:/usr/local/src/lilypond# git pull origin
Already up-to-date.

*** at this point Lilypond was compiled and installed ***

root@Villums12:/usr/local/src/lilypond# lilypond --version
GNU LilyPond 2.15.3

Copyright (c) 1996--2011 by
Han-Wen Nienhuys <[email protected]>
Jan Nieuwenhuizen <[email protected]>
and others.

This program is free software. It is covered by the GNU General Public
License and you are welcome to change it and/or distribute copies of it
under certain conditions. Invoke as `lilypond --warranty' for more
information.

root@Villums12:/usr/local/src/lilypond# convert-ly --version
Traceback (most recent call last):
File "/usr/local/bin/convert-ly", line 51, in <module>
import lilylib as ly
ImportError: No module named lilylib

*** The old version (debian package) works as expected: ***

root@Villums12:/usr/local/src/lilypond# /usr/bin/convert-ly --version
2.12.3

root@Villums12:/usr/local/src/lilypond# whereis convert-ly
convert-ly: /usr/bin/convert-ly /usr/local/bin/convert-ly /usr/share/man/man1/convert-ly.1.gz

root@Villums12:/usr/local/src/lilypond# musicxml2ly --version
Traceback (most recent call last):
File "/usr/local/bin/musicxml2ly", line 35, in <module>
import lilylib as ly
ImportError: No module named lilylib

root@Villums12:/usr/local/src/lilypond# abc2ly --version
Traceback (most recent call last):
File "/usr/local/bin/abc2ly", line 121, in <module>
import lilylib as ly
ImportError: No module named lilylib
root@Villums12:/usr/local/src/lilypond#


Anyone?

--
yours, Villum Sejersen
Nørregade  1 A
DK-4500  Nykøbing Sj.
tlf.     +45   59 91  31 57
mobil    +45   30 34  03 44



_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to