baudm / ufw-frontends

Graphical frontends for the Uncomplicated Firewall (UFW)
http://code.google.com/p/ufw-frontends/
GNU General Public License v3.0
40 stars 10 forks source link

ufw.common missing #23

Open seswho opened 9 years ago

seswho commented 9 years ago

Cloned a fresh copy of ufw-frontends to a Ubuntu 14.04.2 AMD64 install and after running setup.py and trying to start ufw, received the following error:

Traceback (most recent call last): File "/usr/local/sbin/ufw-gtk", line 3, in from gfw.l10n import ufq_localize File "/usr/local/lib/python2.7/dist-packages/gfw/l10n.py", line 22, in import ufw.common ImportError: No module named ufw.common

Where is this file/library located?