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

Does not start because of logging module #61

Open
juli-99 opened this issue Dec 30, 2024 · 0 comments
Open

Does not start because of logging module #61

juli-99 opened this issue Dec 30, 2024 · 0 comments

Comments

@juli-99
Copy link

juli-99 commented Dec 30, 2024

When starting trans-tool, this error message gets displayed:

Traceback (most recent call last):
  File "/home/user/.local/bin/trans-tool", line 5, in <module>
    from transtool.main import TransTool
  File "/home/user/.local/lib/python3.13/site-packages/transtool/main.py", line 15, in <module>
    from transtool.config.builder import ConfigBuilder
  File "/home/user/.local/lib/python3.13/site-packages/transtool/config/builder.py", line 16, in <module>
    from transtool.checks.brackets import Brackets
  File "/home/user/.local/lib/python3.13/site-packages/transtool/checks/brackets.py", line 14, in <module>
    from transtool.report.group import ReportGroup
  File "/home/user/.local/lib/python3.13/site-packages/transtool/report/group.py", line 13, in <module>
    from simplelog.log import Log
ModuleNotFoundError: No module named 'simplelog.log'

I used a fresh installation through pip install trans-tool.

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

1 participant