Am Montag, 15. Juni 2015 um 00:59:06, schrieb Uwe Stöhr <uwesto...@web.de>
> 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

Yes, I had that too. Your python installation needs this module. In my case
the package 'python-polib' was missing.

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to