TBomb icon indicating copy to clipboard operation
TBomb copied to clipboard

it's crashing again and again because some module isn't found. The previous version was working properly.

Open thewickedkarma opened this issue 3 years ago • 1 comments

Module not found

Traceback (most recent call last):
  File "bomber.py", line 17, in <module>
    from utils.decorators import MessageDecorator
ModuleNotFoundError: No module named 'utils.decorators'

To Reproduce it occurs every time the TBomb is initialized.

Expected behavior I am using it for a year, I never had any problem but after the latest update, I am getting this module error.

Screenshots screenshot.

Desktop (please complete the following information):

  • OS: Ubuntu 20.04
  • Terminal:bash
  • Python Version: Python 3.8.5 [GCC 9.3.0] on linux

thewickedkarma avatar Jan 03 '21 11:01 thewickedkarma

Can you try pip3 install tbomb and run tbomb directly

TheSpeedX avatar Mar 02 '21 11:03 TheSpeedX