Paul Smith wrote: >> lyx2lyx is a python script. Do you have python installed? > > Yes, I do. > > >> If you have python installed, what error messages do you get when >> running >> lyx2lyx relyx_output.lyx > ready_for_lyx13x.lyx >> Could you post the offending relyx_output.lyx file? > > D:\lyx\share\lyx\lyx2lyx>lyx2lyx eueu.lyx > ready_for_lyx13x.lyx > 'import site' failed; use -v for traceback > Traceback (most recent call last): > File "lyx2lyx", line 18, in ? > import getopt, sys, string, re > ImportError: No module named getopt
If this is the minimal, stripped down version of python provided by Ruurd, then you should drop him a line asking him to add the getopt module. If it is your own version of python, then something is wrong with it. Consider grabbing a 'proper' version from http://www.python.org > Notice, however, that this is same output that I get if I perform > the replacement indicated in my previous post. So? Something else is going wrong. Silently. Could you post the file, or rather a stripped down version demonstrating the problem? -- Angus
