lilypond-devel
[Top][All Lists]
Advanced

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

Re: Persistent error on 'make': [Python] ordinal not in range(128)


From: Dmytro O. Redchuk
Subject: Re: Persistent error on 'make': [Python] ordinal not in range(128)
Date: Thu, 17 Mar 2011 09:18:35 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Wed 16 Mar 2011, 15:52 Francisco Vila wrote:
> >>  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.
> 
> Do you know how to prevent this to happen? 
Actually no, i don't. Sorry.

-- 
  Dmytro O. Redchuk
  Bug Squad



reply via email to

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