New comment by simplyTedel on void-packages repository https://github.com/void-linux/void-packages/issues/40463#issuecomment-1312145244 Comment: I get this error when trying to run rednotebook (version 2.19_4) ```` Adding /usr/lib/python3.11/site-packages to sys.path Traceback (most recent call last): File "/usr/bin/rednotebook", line 6, in import journal ModuleNotFoundError: No module named 'journal' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/rednotebook", line 11, in import rednotebook.journal File "/usr/lib/python3.11/site-packages/rednotebook/journal.py", line 88, in elibintl.install(GETTEXT_DOMAIN, LOCALE_PATH, libintl=None) File "/usr/lib/python3.11/site-packages/rednotebook/external/elibintl.py", line 472, in install _install(domain, localedir, True, libintl=libintl) File "/usr/lib/python3.11/site-packages/rednotebook/external/elibintl.py", line 431, in _install gettext.bind_textdomain_codeset(domain, 'UTF-8') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset' ```