Python scapy import error
I think this may be a problem with your version:
If you are using Scapy v1.X:
from scapy import *
Otherwise, with Scapy V2.X+
from scapy.all import *
Is the way to go.
Hope that helps!
Delete any file named scapy.py
If scapy is not installed in your system, then you can use this command to install scapy:
sudo apt-get install python-scapy