On Tuesday 20 April 2004 14:54, Jean-Marc Lasgouttes wrote: > Alas, it does not. I get: > > sys:1: DeprecationWarning: Non-ASCII character '\xc3' in file > /afs/inria.fr/rocq/home/preval/lasgoutt/src/lyx/lyx-devel/lib/scripts >/lyxpreview2bitmap.py on line 10, but no encoding declared; see > http://www.python.org/peps/pep-0263.html for details The old > 'dvi->ps->ppm' conversion requires ppm as the output format
Insert # -*- coding: iso-8859-1 -*- In the second line of that file, assuming that was the enconding used in that file. By default python uses utf-8 now. [...] > > JMarc -- José Abílio LyX and docbook, a perfect match. :-)