]> git.lyx.org Git - features.git/commit
Adapt lyxpak.py to work with Python 3 on Windows
authorEnrico Forestieri <forenr@lyx.org>
Fri, 9 Feb 2024 21:46:05 +0000 (22:46 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 9 Feb 2024 21:46:05 +0000 (22:46 +0100)
commitfe99f7b01e6ace4db716326a9d5455b2a168e3fd
treee0e3ca9034c9486cc984c5d0920facf05022b121
parent4c16897ad592fefe17ca735a7565e2489bc5a2a8
Adapt lyxpak.py to work with Python 3 on Windows

Seemingly, the elements of argv on Windows are a different type
with respect to Linux. A patched version of getopt.py has to be
used on Windows in order to match variable types.
lib/Makefile.am
lib/scripts/lyxpak.py
lib/scripts/lyxwin_getopt.py [new file with mode: 0755]