Comment 6 for bug 2018159

Revision history for this message
Thomas Debesse (illwieckz) wrote :

Did you make something specific to get `deluge-gtk` working?

On my end I still get today (with deluge 2.0.3-4) the same error:

```
$ deluge-gtk
Unable to initialize gettext/locale!
module 'gettext' has no attribute 'bind_textdomain_codeset'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/deluge/i18n/util.py", line 111, in setup_translation
    gettext.bind_textdomain_codeset(I18N_DOMAIN, 'UTF-8')
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset'
02:44:29 [ERROR ][deluge.i18n.util :146 ] Unable to initialize gettext/locale!
02:44:29 [ERROR ][deluge.i18n.util :147 ] module 'gettext' has no attribute 'bind_textdomain_codeset'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/deluge/i18n/util.py", line 111, in setup_translation
    gettext.bind_textdomain_codeset(I18N_DOMAIN, 'UTF-8')
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset'
**
GLib-GObject:ERROR:../../../gobject/gobject.c:3616:toggle_refs_notify: assertion failed: (tstack.n_toggle_refs == 1)
Bail out! GLib-GObject:ERROR:../../../gobject/gobject.c:3616:toggle_refs_notify: assertion failed: (tstack.n_toggle_refs == 1)
Aborted (core dumped)
```