Code: Select all
Running: python2 -tt "/usr/share/lyx/scripts/lyxpak.py" "/home/krjackson/Documents/"/"XRQuick.lyx"
Traceback (most recent call last):
File "/usr/share/lyx/lyx2lyx/lyx2lyx", line 24, in <module>
import LyX
File "/usr/share/lyx/lyx2lyx/LyX.py", line 23, in <module>
from parser_tools import get_value, check_token, find_token, \
File "/usr/share/lyx/lyx2lyx/parser_tools.py", line 143
'''
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 1485-1486: truncated \uXXXX escape
/usr/share/lyx/lyx2lyx/lyx2lyx failed to convert "/home/krjackson/Documents//XRQuick.lyx"
Systemcall.cpp (273): Systemcall: 'python2 -tt "/usr/share/lyx/scripts/lyxpak.py" "/home/krjackson/Documents/"/"XRQuick.lyx"' finished with exit code 1
Error: Cannot convert file
Edit: I should also note that LyX is as close as I get to actual LaTeX. My LyX Version is 2.0.6, running on an Arch box. I'm using TeX Live from tug.org, not Arch's distro packages. Don't know that any of that is relevant, but there it is.