I have installed scapy 2.2.0 with macport. I imported it to my python code, following these instructions (from scapy.all import *) And when running my python code I have
from scapy.all import *
ImportError: No module named scapy.all
But when i run scapy in command line it's launch normally.
Any clue?