Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pygettext.py not ready for python 3.12 #273

Open
papoteur-mga opened this issue Sep 4, 2024 · 1 comment
Open

pygettext.py not ready for python 3.12 #273

papoteur-mga opened this issue Sep 4, 2024 · 1 comment

Comments

@papoteur-mga
Copy link

Trying to build the translations files, with make build-po , I get:

make[2]: Leaving directory '/builddir/build/BUILD/mnemosyne-2.11/mnemosyne/pyqt_ui'
find .. -name "*.py" | xargs python3 ./pygettext.py -v -o mnemosyne.pot
Traceback (most recent call last):
  File "/builddir/build/BUILD/mnemosyne-2.11/po/./pygettext.py", line 159, in <module>
    import imp
ModuleNotFoundError: No module named 'imp'
make[1]: Leaving directory '/builddir/build/BUILD/mnemosyne-2.11/po'
make[1]: *** [makefile:51: update] Error 123
make: *** [makefile:36: build-po] Error 2
@pbienst
Copy link
Contributor

pbienst commented Sep 4, 2024

I've temporarily disabled the translation infrastructure build, until somebody is motivated enough to fix this :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants