Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I keep geting this error message #35

Open
tsiw247 opened this issue Jun 27, 2021 · 7 comments
Open

I keep geting this error message #35

tsiw247 opened this issue Jun 27, 2021 · 7 comments
Labels
import_error Module not installed

Comments

@tsiw247
Copy link

tsiw247 commented Jun 27, 2021

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
Copy link
Owner

AdrMXR commented Jun 27, 2021

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

@tsiw247
Copy link
Author

tsiw247 commented Jun 29, 2021

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

@tory1103
Copy link

tory1103 commented Feb 10, 2022

try this one:

sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0

@songrita
Copy link

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
Copy link

try installing requests library : python3 -m pip install requests

@AdrMXR AdrMXR added the import_error Module not installed label Apr 30, 2022
@AdrMXR
Copy link
Owner

AdrMXR commented Apr 30, 2022

@songrita you solve your problem?

@Denvora1
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
import_error Module not installed
Projects
None yet
Development

No branches or pull requests

5 participants