If I include following line in my python source file
from scapy.all import *
I get this error
from scapy.all import * Impor
If scapy is not installed, please install with this command:
sudo apt-get install python-scapy