Re: changeset 17993 broke lyx2lyx

2007-04-25 Thread Andre Poenitz
On Thu, Apr 26, 2007 at 03:16:45AM +0200, Uwe Stöhr wrote: > Uwe Stöhr schrieb: > > >lyx2lyx\LyX.py" > >, line 275, in write > >self.output.write(line.encode(self.encoding)+"\n") > >UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: > >ordinal > >not in range(128) > > Fo

Re: changeset 17993 broke lyx2lyx

2007-04-25 Thread Uwe Stöhr
Uwe Stöhr schrieb: lyx2lyx\LyX.py" , line 275, in write self.output.write(line.encode(self.encoding)+"\n") UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128) Forget what I said. For an unknown strange reason I had a EURO sign at the beginni

Re: changeset 17993 broke lyx2lyx

2007-04-25 Thread José Matos
On Wednesday 25 April 2007 11:36:46 pm Uwe Stöhr wrote: > Open the attched LyX-file with latest SVN and you get this Python error: > >File "C:\Program Files (x86)\LyX > 1.5beta2-21-04-2007\Resources\lyx2lyx\LyX.py" , line 275, in write > self.output.write(line.encode(self.encoding)+"\n") >