Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

ModuleNotFoundError: No module named 'lib.banners' #27

Closed
sashka3076 opened this issue Jan 5, 2021 · 4 comments
Closed

ModuleNotFoundError: No module named 'lib.banners' #27

sashka3076 opened this issue Jan 5, 2021 · 4 comments

Comments

@sashka3076
Copy link

sashka3076 commented Jan 5, 2021

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

@AdrMXR
Copy link
Owner

AdrMXR commented Jan 6, 2021

Please insert an image and provide your python version.

@sashka3076
Copy link
Author

python3.9

@sashka3076
Copy link
Author

┌─[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
Copy link
Owner

AdrMXR commented Jan 6, 2021

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

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

2 participants