AdrMXR/KitHack

ModuleNotFoundError: No module named 'lib.banners'

sashka3076 opened this issue · 4 comments

Parrot OS 4.10
ModuleNotFoundError: No module named 'lib.banners'

Please insert an image and provide your python version.

python3.9

┌─[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'

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/"