bit-team / backintime

Back In Time - An easy-to-use backup tool for GNU Linux using rsync in the back
https://backintime.readthedocs.io
GNU General Public License v2.0
1.9k stars 175 forks source link

AttributeError: module 'tools' has no attribute 'set_lc_time_by_language_code' #1764

Closed fallingrock closed 2 weeks ago

fallingrock commented 2 weeks ago

After resolving #1763, I tried running backintime-qt and got the following error:

Traceback (most recent call last):
  File "/usr/share/backintime/qt/app.py", line 2039, in <module>
    translator = qttools.initiate_translator(cfg.language())
  File "/usr/share/backintime/qt/qttools.py", line 370, in initiate_translator
    tools.set_lc_time_by_language_code(language_code)
AttributeError: module 'tools' has no attribute 'set_lc_time_by_language_code'

Appears to be related to #1730

fallingrock commented 2 weeks ago

Forgot to run configure before installing