On Wed 16 Mar 2011, 08:23 Francisco Vila wrote:
> Well, I don't understand why it works, but I have completed 'make' and
> 'make doc' only after this change:
> 
> diff --git a/python/lilylib.py b/python/lilylib.py
> index 3bf77f6..4be48e7 100644
> --- a/python/lilylib.py
> +++ b/python/lilylib.py
> @@ -48,7 +48,7 @@ underscore = _
>  # Maybe guess encoding from LANG/LC_ALL/LC_CTYPE?
> 
>  def encoded_write(f, s):
> -    f.write (s.encode (f.encoding or 'utf_8'))
> +    f.write (s.encode ('utf_8'))
> 
>  # ugh, Python 2.5 optparse requires Unicode strings in some argument
>  # functions, and refuse them in some other places
This is related to at least 1054 and 1073, by the way.

-- 
  Dmytro O. Redchuk
  Bug Squad

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to