Abdelrazak Younes wrote:
> This is what I get at the console:
>
> Traceback (most recent call last):
> File "d:/devel/lyx/trunk/lib/lyx2lyx/lyx2lyx", line 91, in ?
> sys.exit(main(sys.argv))
> File "d:/devel/lyx/trunk/lib/lyx2lyx/lyx2lyx", line 84, in main
> file.convert()
> File "d:\devel\lyx\trunk\lib\lyx2lyx\LyX.py", line 380, in convert
> steps = getattr(__import__("lyx_" + step), mode)
> File "d:\devel\lyx\trunk\lib\lyx2lyx\lyx_1_5.py", line 280
> if not option == None:
> ^
> TabError: inconsistent use of tabs and spaces in indentation
Fixed. I did not see this because I tested lyx2lyx from the command line
(without -tt) :-(
Georg