我已经在我的Ubuntu机器(Python2.7)上安装了软件包repos中的Scapy,并且我试图从一个文件中运行这段代码:dg = scapy.IP()scapy.send(IP())在第3行注释掉IP调用并运行将导致错误,AttributeError: 'module' object has n
我已经尝试导入scapy.all和其他一些,但似乎没有工作,我一直得到错误… Traceback (most recent call last):File "network_scanner.py", line 3, in <module>ImportError: No modulenamed scapy.all 这就是我正在运行的代码。/usr/bin/env python
from scapy.all
我有一个名为"test_module.py“的python文件,它的代码当我使用python test_module.py执行文件时,模块将获得导入成功的运行该文件时,则表示错误 File "test_module.py", line 1, in <module>ImportError: No module named scapy.