Advertisement
Guest User

Untitled

a guest
Mar 7th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. heath@hj-xubuntu:~$ gufw
  2. Traceback (most recent call last):
  3. File "/usr/share/gufw/gufw/gufw.py", line 19, in <module>
  4. from controller import Controller
  5. File "/usr/share/gufw/gufw/controller.py", line 18, in <module>
  6. from model.frontend import Frontend
  7. File "/usr/share/gufw/gufw/model/frontend.py", line 18, in <module>
  8. from firewall import Firewall
  9. File "/usr/share/gufw/gufw/model/firewall.py", line 19, in <module>
  10. from netifaces import interfaces, ifaddresses, AF_INET
  11. ImportError: No module named netifaces
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement