lilypond-devel
[Top][All Lists]
Advanced

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

more python build issues


From: Graham Percival
Subject: more python build issues
Date: Wed, 30 Jan 2008 19:10:14 -0800

When building from scratch, and after doing the
  make -C python
trick, I end up with this build failure:

/usr/bin/python ../../../scripts/musicxml2ly.py -o
out/00a-Basics-Pitches.ly 00a-Basics-Pitches.xml
Traceback (most recent call last):
  File "../../../scripts/musicxml2ly.py", line 1907, in ?
    main()
  File "../../../scripts/musicxml2ly.py", line 1902, in main
    voices = convert (filename, options)
  File "../../../scripts/musicxml2ly.py", line 1819, in convert
    progress ("Reading MusicXML from %s ..." % filename)
  File "../../../scripts/musicxml2ly.py", line 28, in progress
    stderr_write (str + '\n')
NameError: global name 'stderr_write' is not defined
make[3]: *** [out/00a-Basics-Pitches.ly] Error 1


Is this a new python 2.5 feature?

Cheers,
- Graham




reply via email to

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