AdrMXR / KitHack

Hacking tools pack & backdoors generator.
https://adrmxr.github.io/KitHack/
MIT License
1.63k stars 212 forks source link

I keep geting this error message #35

Open tsiw247 opened 3 years ago

tsiw247 commented 3 years ago

Traceback (most recent call last): File "/home/kali/KitHack/KitHack.py", line 20, in from lib import kitools File "/home/kali/KitHack/lib/kitools.py", line 15, in from KitHack import main File "/home/kali/KitHack/KitHack.py", line 21, in from lib.network import run_network File "/home/kali/KitHack/lib/network.py", line 14, in from zenipy.zenipy import entry as entry_token, error as Error File "/usr/local/lib/python3.9/site-packages/zenipy/init.py", line 1, in from .zenipy import ( File "/usr/local/lib/python3.9/site-packages/zenipy/zenipy.py", line 4, in import gi ModuleNotFoundError: No module named 'gi'

AdrMXR commented 3 years ago

Run the command: sudo apt install --reinstall python3-gi

tsiw247 commented 3 years ago

I have run this command but still it the program is not running..... the same error message

tory1103 commented 2 years ago

try this one:

sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0
songrita commented 2 years ago

i have the same error Traceback (most recent call last): File "/home/songra/KitHack/KitHack.py", line 14, in import requests ModuleNotFoundError: No module named 'requests'

tory1103 commented 2 years ago

try installing requests library : python3 -m pip install requests

AdrMXR commented 2 years ago

@songrita you solve your problem?

Denvora1 commented 11 months ago

I have this error , what I can do? Traceback (most recent call last): File "/home/kali/KitHack/KitHack.py", line 19, in from lib.banners import * ModuleNotFoundError: No module named 'lib.banners'