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

报错如下 #8

Open
H-Kii opened this issue Sep 20, 2023 · 1 comment
Open

报错如下 #8

H-Kii opened this issue Sep 20, 2023 · 1 comment

Comments

@H-Kii
Copy link

H-Kii commented Sep 20, 2023

Traceback (most recent call last):
File "/root/sql_gui/sqlmap-gtk/./sqlmap_gtk.py", line 10, in
from widgets import (GLib, Vte, d, g, Box, Frame, btn, label)
File "/root/sql_gui/sqlmap-gtk/widgets.py", line 9, in
import gi
ModuleNotFoundError: No module named 'gi'

@needle-wang
Copy link
Owner

needle-wang commented Sep 21, 2023

has gtk3 been installed?
dpkg -l | grep libgtk-3

try this:
apt-get install python3-gi

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

No branches or pull requests

2 participants