If I include following line in my python source file
from scapy.all import *
I get this error
from scapy.all import *
ImportError: No module named all
Which is true in Console and IDLE, but not eclipse. I am very much confused why this is happening. Can some one help me out?
I think this may be a problem with your version:
If you are using Scapy v1.X:
Otherwise, with Scapy V2.X+
Is the way to go.
Hope that helps!
If scapy is not installed, please install with this command: