You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
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
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?