2012/10/23 Georg Baum:
> Please update src/tex2lyx/TODO.txt
Done.
> and the tex2lyx test cases with the new
> format (they are currently failing). The latter can be done using
>
> make updatetests
>
> in the src/tex2lyx sub folder of the build tree.
This fails for me with
/usr/bin/python "./test/runtests.py" ./tex2lyx ../../../lib/scripts "./test"
Traceback (most recent call last):
File "./test/runtests.py", line 84, in <module>
main(sys.argv)
File "./test/runtests.py", line 32, in main
from lyxpreview_tools import error
ImportError: No module named lyxpreview_tools
also when I pass the path to the scripts dir explicitly on the cl.
Jürgen
> Georg