I recently started programming in python and scapy. But when I use scapy.all import *, it does not work, and I get an exception. ImportError: There is no module named "base_classes". Thus, it finds the entire folder, but cannot find base_classes. However, I confirmed that base_classes is actually there. In the extension import, scapy.all.base_classes detects that there is base_classes, but when I execute it, I get an error message. What should I do? I checked my scapy version and it is 2.x.
Thanks. Martinos
source share