costales / gufw

Linux Firewall
GNU General Public License v3.0
139 stars 32 forks source link

Installer does not work in Kali #53

Closed alonsoir closed 2 years ago

alonsoir commented 2 years ago

sudo python3 setup.py install --prefix=/usr Traceback (most recent call last): File "/home/kali/gufw/setup.py", line 20, in from DistUtilsExtra.auto import setup ModuleNotFoundError: No module named 'DistUtilsExtra' cd .. rm -rf gufw uname -ra Linux kali 5.18.0-kali5-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.5-1kali6 (2022-07-07) x86_64 GNU/Linux

costales commented 2 years ago

Hi,

Please, install this package before: python3-distutils-extra

Best regards.