Comment 5 for bug 2018159

Revision history for this message
Aslan Gencer (aslan-gencer) wrote :

deluge-gtk works fine for me. I get this error when I use deluge-console application. It throws the error but continues and completes the command it was given.

`~$ /usr/bin/deluge-console -V
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'
deluge-console 2.0.3
libtorrent: 2.0.8.0
Python: 3.11.2
OS: Linux Ubuntu 23.04 Lunar Lobster
`