Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

comicthumb fails to run #107

Closed
City-busz opened this issue Mar 16, 2020 · 0 comments
Closed

comicthumb fails to run #107

City-busz opened this issue Mar 16, 2020 · 0 comments

Comments

@City-busz
Copy link

I get the following error every time when I try to run it:

Traceback (most recent call last):
  File "/usr/share/mcomix/comicthumb.py", line 24, in <module>
    from mcomix import thumbnail_tools
  File "/usr/share/mcomix/mcomix/thumbnail_tools.py", line 16, in <module>
    from mcomix import archive_extractor
  File "/usr/share/mcomix/mcomix/archive_extractor.py", line 7, in <module>
    from mcomix import archive_tools
  File "/usr/share/mcomix/mcomix/archive_tools.py", line 14, in <module>
    from mcomix.archive import (
  File "/usr/share/mcomix/mcomix/archive/__init__.py", line 5, in <module>
    from mcomix import main
  File "/usr/share/mcomix/mcomix/main.py", line 14, in <module>
    from mcomix import event
  File "/usr/share/mcomix/mcomix/event.py", line 10, in <module>
    from mcomix import keybindings
  File "/usr/share/mcomix/mcomix/keybindings.py", line 36, in <module>
    from mcomix import keybindings_map
  File "/usr/share/mcomix/mcomix/keybindings_map.py", line 5, in <module>
    'previous_page': {'title': _('Previous page'),
NameError: name '_' is not defined
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant