On Thu, 31 Jan 2008 10:18:19 +0100
John Mandereau <[EMAIL PROTECTED]> wrote:
> That should be fixed in Git now, but I can't test with Python 2.4, I
> only have 2.5.1. Does it work for you?
Looks fine now, thanks.
Cheers,
- Graham
___
lilypond-devel
Le mercredi 30 janvier 2008 à 18:45 -0800, Graham Percival a écrit :
> I can't build lilypond any more with python 2.4.4:
> File "/home/lilypond/lilypond/python/out/lilylib.py", line 57,
> in encoded_write
> f.write (s.encode (f.encoding))
> TypeError: encode() argument 1 must be string, not
I can't build lilypond any more with python 2.4.4:
$ nice make
...
Traceback (most recent call last):
File "/home/lilypond/lilypond/scripts/lilypond-book.py", line
1872, in ?
main ()
File "/home/lilypond/lilypond/scripts/lilypond-book.py", line
1838, in main
chunks = do_file (file)