You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a laptop where this work fine, but on my other PC with fresh kali 2020.2 I get an error when starting the tool:
sudo python3 hera.py
Traceback (most recent call last):
File "hera.py", line 21, in
from core.view import *
ModuleNotFoundError: No module named 'core.view'
I checked and all files are there in folder core.
The text was updated successfully, but these errors were encountered:
I have a laptop where this work fine, but on my other PC with fresh kali 2020.2 I get an error when starting the tool:
sudo python3 hera.py
Traceback (most recent call last):
File "hera.py", line 21, in
from core.view import *
ModuleNotFoundError: No module named 'core.view'
I checked and all files are there in folder core.
The text was updated successfully, but these errors were encountered: