Feb-07-2025, 01:57 PM
Hello, forum!
I have win7 x32 python 3.8.0, the problem is:
When trying to connect the scapy library (full functionality), namely by importing
from scapy.all import * , an exception is thrown:
builtins.ImportError: DLL load failed while importing _rust: The specified procedure was not found.
Upon investigation, it turned out that the source of the error is the import contained in the module
scapy.all - from scapy.layers.all import *.
Somewhere on the Internet, a phrase flashed that scapy is actually a native library for UNIX, but allegedly some craftsmen managed to run it on WIN.
What do you think about this? And how can I run it (scapy)?
Thanks!
I have win7 x32 python 3.8.0, the problem is:
When trying to connect the scapy library (full functionality), namely by importing
from scapy.all import * , an exception is thrown:
builtins.ImportError: DLL load failed while importing _rust: The specified procedure was not found.
Upon investigation, it turned out that the source of the error is the import contained in the module
scapy.all - from scapy.layers.all import *.
Somewhere on the Internet, a phrase flashed that scapy is actually a native library for UNIX, but allegedly some craftsmen managed to run it on WIN.
What do you think about this? And how can I run it (scapy)?
Thanks!