bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1866 in lilypond: Uses langdefs.py to create language list for cre


From: lilypond
Subject: Issue 1866 in lilypond: Uses langdefs.py to create language list for create-weblinks-itexi.py
Date: Mon, 05 Sep 2011 19:15:00 +0000

Status: Accepted
Owner: ----
Labels: Type-Build Patch-review

New issue 1866 by address@hidden: Uses langdefs.py to create language list for create-weblinks-itexi.py
http://code.google.com/p/lilypond/issues/detail?id=1866

Patch 1 demonstrates how to import a library into a python file where the path is not already in the pathlist. It half-fixes the issue where languages are defined in many places in make website - the other needs changes to website.make, but there is a problem with that since the variable PYTHON is not guaranteed to be defined.

Patch 2 should be read in conjuction with the change to the CG pushed as
022d5c7ef759c586e3ca6478cf5f1b5d56d31778. This shows how to set PYTHONPATH as part of the call to make, to allow python to find included libraries. Note the comment about the definition of the PYTHON variable. This is defined in config.make.in which is called with a normal call to make website, but not with the out-of-build-tree version documented in the CG section as above. Setting this as part of the call will be the next step.

http://codereview.appspot.com/4951047/







reply via email to

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