So, I wrote a little script in Ubuntu for scapy.
#!/usr/bin/env python import sys #from scapy.all import * try import scapy except ImportError:
I saw this when I had a scapy.py in the current directory. scapy.all import * seems to look in the current directory first.
scapy.py
scapy.all import *