Re: New convertDefault.py fails on Windows

2006-06-27 Thread Enrico Forestieri
On Tue, Jun 27, 2006 at 04:32:17PM +0200, Abdelrazak Younes wrote: > Bo Peng wrote: > >>Invalid Parameter - 8 > >>d:/program/lyx-msvc/Resources/scripts/convertDefault.py ERROR > >>Execution of "convert" failed. > > > >The command line is > > convert -depth 8 filein fileout > >and this 8 is causing

Re: New convertDefault.py fails on Windows

2006-06-27 Thread Abdelrazak Younes
Bo Peng wrote: lyx: Disabling LyX socket. sys:1: DeprecationWarning: Non-ASCII character '\xdf' in file d:/program/lyx-msv c/Resources/scripts/convertDefault.py on line 7, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details This was reported by Lars, and has been

Re: New convertDefault.py fails on Windows

2006-06-27 Thread Bo Peng
lyx: Disabling LyX socket. sys:1: DeprecationWarning: Non-ASCII character '\xdf' in file d:/program/lyx-msv c/Resources/scripts/convertDefault.py on line 7, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details This was reported by Lars, and has been corrected in the

Re: New convertDefault.py fails on Windows

2006-06-27 Thread Jose' Matos
On Tuesday 27 June 2006 10:06, Abdelrazak Younes wrote: > Hello Bo, > > I have these messages printed on console: Already reported by Lars in previous thread. :-) One of the possible solution is to add # -*- coding: iso-8859-15 -*- in the second line. At least to deal with the warnings.

New convertDefault.py fails on Windows

2006-06-27 Thread Abdelrazak Younes
Hello Bo, I have these messages printed on console: lyx: Disabling LyX socket. sys:1: DeprecationWarning: Non-ASCII character '\xdf' in file d:/program/lyx-msv c/Resources/scripts/convertDefault.py on line 7, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details I