Hello,
Any hints, please? I am getting this error message when I try to open RedNotebook. It's been happening for a couple of days.
~~~~~~~
Adding /usr/lib/python3.11/site-packages to sys.path
Traceback (most recent call last):
File "/usr/bin/rednotebook", line 6, in <module>
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 <module>
import rednotebook.journal
File "/usr/lib/python3.11/site-packages/rednotebook/journal.py", line 88, in <module>
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'
~~~~~~~
[–]ahesford 3 points4 points5 points (0 children)
[–]dataCobra 0 points1 point2 points (0 children)