costales / gufw

Linux Firewall
GNU General Public License v3.0
129 stars 33 forks source link

gufw do not open a window after entered korrect PW. #70

Open Steffevon opened 3 months ago

Steffevon commented 3 months ago

Starting from GUI opens no screen and trying to start gufw from shell gives an error:

gufw Traceback (most recent call last): File "/usr/share/gufw/gufw/gufw.py", line 21, in from gufw.view.gufw import Gufw File "/usr/share/gufw/gufw/gufw/view/gufw.py", line 18, in import gi ModuleNotFoundError: No module named 'gi'


Seems to be looking for "module gi" gufw is already the newest version (22.04.0-0ubuntu1)"

Ubuntu 22.04.4 LTS gnome 42.9 X11

"

Steffevon commented 3 months ago

Tried re-install both via shell and via GUI "synaptic" reinstall. No difference and the same problem. I am using Python version 3.12.2.

costales commented 3 months ago

Hi, do you have the gi installed?

dpkg -l | grep python | grep gi

Best regards.