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
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
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
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.
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