needle-wang / sqlmap-gtk

sqlmap GUI using PyGObject(gtk+3).
GNU General Public License v3.0
133 stars 32 forks source link

ValueError: Namespace Vte not available #7

Closed 866666 closed 10 months ago

866666 commented 2 years ago

Traceback (most recent call last): File "/sqlmap/sqlmap_gtk.py", line 10, in from widgets import (GLib, Vte, d, g, Box, Frame, btn, label) File "/sqlmap/widgets.py", line 12, in gi.require_version('Vte', '2.91') File "/usr/lib/python3/dist-packages/gi/init.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Vte not available kali 报错 缺什么包么

needle-wang commented 2 years ago

sudo apt-get install gir1.2-vte-2.91

866666 commented 10 months ago

您发给我的邮件已经被收到