2016-12-12 5:30 GMT+01:00 Scott Kostyshak <skost...@lyx.org>: > The lyx2lyx ctests are failing for me. When exporting e.g. the English > User Guide I get: > > Warning: An error ocurred in 516, <function revert_quotes at > 0x7ff2eca5e398> > Traceback (most recent call last): > File "/home/scott/lyxbuilds/master/repo/lib/lyx2lyx/lyx2lyx", line 96, > in <module> > main() > File "/home/scott/lyxbuilds/master/repo/lib/lyx2lyx/lyx2lyx", line 90, > in main > doc.convert() > File "/home/scott/lyxbuilds/master/repo/lib/lyx2lyx/LyX.py", line 669, > in convert > conv(self) > File "/home/scott/lyxbuilds/master/repo/lib/lyx2lyx/lyx_2_3.py", line > 505, in revert_quotes > ( words[1] in ["ERT", "listings"] or words[2] in ["URL", "Chunk", > "Sweave", "S/R"] ): > IndexError: list index out of range > support/Systemcall.cpp (295): Systemcall: 'python -tt > "/home/scott/lyxbuilds/master/repo/lib/lyx2lyx/lyx2lyx" -V 2.2 -o > "Intro.22.lyx" "Intro.lyx"' finished with exit code 1 > Error: Cannot convert file > ---------------------------------------- > An error occurred while running: > python -tt $$s/lyx2lyx/lyx2lyx -V 2.2 -o "Intro.22.lyx" "Intro.lyx" > $ >
Should be fixed now. Jürgen > > Scott >