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

Application no longer running: i18n.setup_i18n() error #721

Closed
in0ni opened this issue May 8, 2023 · 4 comments
Closed

Application no longer running: i18n.setup_i18n() error #721

in0ni opened this issue May 8, 2023 · 4 comments

Comments

@in0ni
Copy link
Contributor

in0ni commented May 8, 2023

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'
@GeraldJansen
Copy link
Contributor

This issue is already resolved by PR #715 (merged).

@in0ni
Copy link
Contributor Author

in0ni commented May 8, 2023

That's great to know... to bad this PR did not make it to the latest release (or perhaps the arch package should be marked out of date).

@sr-verde
Copy link

sr-verde commented Jun 2, 2023

The real problem is: There is no latest release. But this issue should be closed.

@matthijskooijman
Copy link
Member

Agreed

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

4 participants