bug-lilypond
[Top][All Lists]
Advanced

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

Whereis lilylib etc. - Build system - Python modules


From: Villum Sejersen
Subject: Whereis lilylib etc. - Build system - Python modules
Date: Sun, 26 Jun 2011 09:08:19 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110505 Icedove/3.0.11

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.



address@hidden:/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

address@hidden:/usr/local/src/lilypond# python --version
Python 2.6.6

address@hidden:/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.

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

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

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

address@hidden:/usr/local/src/lilypond# lilypond --version
GNU LilyPond 2.15.3

Copyright (c) 1996--2011 by
Han-Wen Nienhuys <address@hidden>
Jan Nieuwenhuizen <address@hidden>
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.

address@hidden:/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: ***

address@hidden:/usr/local/src/lilypond# /usr/bin/convert-ly --version
2.12.3

address@hidden:/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

address@hidden:/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

address@hidden:/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
address@hidden:/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





reply via email to

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