On Thursday 28 December 2006 18:20, Michael Gerz wrote: > Something for the python gurus: > > File "C:/Dokumente und Einstellungen/user/Lokale > Einstellungen/Temp/lyx_tmpdir4040a03468/lyxconvert0.py", line 11 > SyntaxError: Non-ASCII character '\xc3' in file C:/Dokumente und > Einstellungen/user/Lokale > Einstellungen/Temp/lyx_tmpdir4040a03468/lyxconvert0.py on line 11, but > no encoding declared; see http://www.python.org/peps/pep-0263.html for > details > > I think the underlying problem is that lyxconvert0.py tries to convert a > graphics whose path name contains a German Umlaut.
Yes. It is only a warning here. I added the missing encoding declaration. Georg