Comment 1 for bug 1922975

Revision history for this message
Jeff Davis (jdavis-sitka) wrote :

Working branch user/jeffdavis/lp1922975-build-i18n-scripts-python3 should make build/i18n/scripts Python3-compatible:

https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/jeffdavis/lp1922975-build-i18n-scripts-python3

To test, do `cd build/i18n && make LOCALE=fr-CA install` (you may need to do configure && make first). In my Ubuntu 20.04 environment, this fails with current master, but succeeds if I apply the changes from my working branch. The issue does not arise on Ubuntu 18.04, which will use Python 2 by default.

I'm not sure how to make the changes available, since different environments need different versions of these scripts.