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

Error when launching the bubulle command #19

Open
Team22052001 opened this issue Jun 9, 2022 · 4 comments
Open

Error when launching the bubulle command #19

Team22052001 opened this issue Jun 9, 2022 · 4 comments

Comments

@Team22052001
Copy link

Hello, I've got this error when I'm launching the simple command :

Traceback (most recent call last):
  File "/usr/local/lib/bubulle/bubulle-py/bubulle.py", line 28, in <module>
    from args_handler import handle_args, parse_args, set_time_start
  File "/usr/local/lib/bubulle/bubulle-py/args_handler.py", line 28, in <module>
    from utils import version_utils
  File "/usr/local/lib/bubulle/bubulle-py/utils/version_utils.py", line 32, in <module>
    import file_utils
ModuleNotFoundError: No module named 'file_utils'

I tried to reinstall it but no effect (or success)...

@CogalTek
Copy link

me too
Traceback (most recent call last): File "/usr/local/lib/bubulle/bubulle-py/bubulle.py", line 28, in <module> from args_handler import handle_args, parse_args, set_time_start File "/usr/local/lib/bubulle/bubulle-py/args_handler.py", line 28, in <module> from utils import version_utils File "/usr/local/lib/bubulle/bubulle-py/utils/version_utils.py", line 32, in <module> import file_utils ModuleNotFoundError: No module named 'file_utils'

@Axandel
Copy link

Axandel commented Jun 11, 2022

All tries of "import " from the current directory does not work for more precision

@Beafowl-Pull
Copy link
Contributor

same error

@Axandel
Copy link

Axandel commented Jun 16, 2022

A simple fix for all errors, open these files, and change some lines:

/usr/local/lib/bubulle/bubulle-py/utils/version_utils
(line 32) import file_utils ---> from . import file_utils

/usr/local/lib/bubulle/bubulle-py/utils/error_handling.py
(line 29) from string_utils import Colors ---> from .string_utils import Colors

/usr/local/lib/bubulle/bubulle-py/html_report/html_report.py
(line 33) from back_overview import HtmlReportOverview ---> from .back_overview import HtmlReportOverview

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

4 participants