python - “ImportError: No module named scapy.all” Rasberry PI Rasbian -


i've verified have scapy installed (ran requirements.txt , installed scapy) checked /usr/share/pyshared folder , made sure scapy install went there. reinstalled scapy, not sure why i'm still getting error. i've tried changing import scapy import * scapy.all

what version of python have? scapy works 2.7. if doesn't work should make sure install pip install:

pip install scapy 

the way import matters well, way import is:

from scapy.all import * 

Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -