ModuleNotFoundError: No module named 'lib.banners'
sashka3076 opened this issue · 4 comments
sashka3076 commented
Parrot OS 4.10
ModuleNotFoundError: No module named 'lib.banners'
AdrMXR commented
Please insert an image and provide your python version.
sashka3076 commented
python3.9
sashka3076 commented
┌─[root@parrot]─[~/KitHack]
└──╼ #sudo python3 KitHack.py
Traceback (most recent call last):
File "/root/KitHack/KitHack.py", line 19, in
from lib.banners import *
ModuleNotFoundError: No module named 'lib.banners'
AdrMXR commented
Got an altered version of KitHack? It does not detect the import of the banners script as if it does not exist in the lib folder.
Still, try setting the KitHack directory to your pythonpath, run this command: export PYTHONPATH="${PYTHONPATH}:/root/KitHack/"