Laura Conrad <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org
_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss