> Ok, I *think* I see what is broken and how to work around it. To > display your EPS file in the GUI, LyX writes a temporary Python script, > stores it in the buffer directory, and tries to execute it. The script > copies the EPS file to the temp directory, using the path in the > following script command: > > outfile = "C:/Documents and Settings/Antonio/Configuración > local/Temp/lyx_tmpdir3616a03620/gconvert03616a03620.eps" > > The problem, I think, is bug 2924 > (http://bugzilla.lyx.org/show_bug.cgi?id=2924), probably triggered by > the accent in "Configuración local". Apparently Python is not set to > recognize the encoding used for the character 'ó'. I seem to recall > seeing something about this in a message either here or on the developer > list, but being neither a developer nor multilingual, I ignored it. > > In LyX, try changing Tools -> Preferences... -> Paths -> Temporary > directory to something with no accents (C:\Temp if you have such a > directory). See if that lets you display EPS files. > > /Paul
Dear Paul: Reading the debug output I suspected the same, only for the latest lines (my knowledge of all the other jargon is very limited). Setting the temp folder in a path without "ó" Lyx works correctly and the .eps images appears. Thank you so much. Antonio Pardo
