gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: Makefiles in input directory


From: Jan Nieuwenhuizen
Subject: Re: Makefiles in input directory
Date: 20 Mar 2001 20:05:36 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Laura Conrad <address@hidden> writes:

> When I try to use the makefile to build the .dvi files in the input
> directory, I get:
> 
> serpent:(13:18:26):make out/twinkle.dvi
> /usr/bin/python .././scripts/ly2dvi.py --outdir=./out --dependencies 
> twinkle.ly 
> Traceback (innermost last):
>   File ".././scripts/ly2dvi.py", line 29, in ?
>     import gettext
> ImportError: No module named gettext
> make: *** [out/twinkle.dvi] Error 1
> 
> Is this something wrong with what I'm doing, something wrong with my
> python setup, or something wrong with the makefile?  I can run:
> 
>         ly2dvi --outdir out twinkle.ly
> 
> with no problems.

Try adding

    export PYTHONPATH:=$(depth)/$(buildscripts-dir):$(PYTHONPATH)

to make/lilypond-vars.make

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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