Andre Poenitz wrote: > File "/usr/src/lyx/lyx-devel/lib/lyx2lyx/lyx2lyx", line 118, in > lyxformat > opt.err.write(fmt + ": " + error.format_not_supported) > TypeError: unsupported operand types for +: 'int' and 'str' > > > on one of my test files. Is this to be expected?
No. Upgrade to latest cvs and the crash will dissappear. The line should be opt.err.write(str(fmt) + ": " + error.format_not_supported) Also, current cvs supports format 227 and your version of lyx2lyx doesn't know anything about this format. Hence the trigger for the error message in the first place. -- Angus