You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, after a recent update of packages I am unable to run the application. Simply commenting out line 25 of i18n.py fixes the issue (surely not the right fix, but works for me)
Traceback (most recent call last):
File "/usr/bin/hamster", line 415, in <module>
i18n.setup_i18n()
File "/usr/lib/python3.11/site-packages/hamster/lib/i18n.py", line 24, in setup_i18n
module.bind_textdomain_codeset('hamster','utf8')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset'
The text was updated successfully, but these errors were encountered:
Hello, after a recent update of packages I am unable to run the application. Simply commenting out line 25 of i18n.py fixes the issue (surely not the right fix, but works for me)
The text was updated successfully, but these errors were encountered: