Am 09.06.2015 um 09:07 schrieb Kornel Benko:

This is only valid if you use 'make', which you doesn't.
For you (since you use visual studio + cmake) it should be
        # msbuild /t:layouttranslations1
from the build directory.

Many thanks Kornel,

but this does also not work. What I now did is opening the file

layouttranslations1.vcxproj

then I clicked on "build" then the building starts but stops with this error message:

C:/Python27/python.exe D:/LyXGit/Master/po/lyx_pot.py -b D:/LyXGit/Master -o D:/LyXGit/Master/compile-result/po/layouttranslations -t layouttranslations --src_file=D:/LyXGit/Master/compile-result/po/layouttranslations_files
Traceback (most recent call last):
File "D:/LyXGit/Master/po/lyx_pot.py", line 655, in <module>
layouts_l10n(input_files, output, base, True)
File "D:/LyXGit/Master/po/lyx_pot.py", line 365, in layouts_l10n
import polib
ImportError: No module named polib

I use Python 2.7.9.

thanks and regards Uwe

Reply via email to