
Attributeerror: ‘module’ object has no attribute ‘handlers’ - Python sub module import problem.The Python PIP installation module prompts the error failed to create process.Installation and unloading of Python module.Once the installation is complete, import IT and run the script. Specific methods, refer to the tutorial, I’m in the way a, has not been successful, then after use method 2 is very effective, recommend to you The error message goes up to trace, sees is in loads wpcap.DLL this module times gives the error, therefore, searches in the computer, discovers as expected my machine does not have wpcap.DLL file, searches on the net, discovers can oneself download installs wpcap.DLL module. When installing with PIP, the module did not exist, and I was surprised to find a suitable solution after a web search:ĭownload the source code and install using setup.py.Īt this point, the MAC installation is complete and the script Demo mentioned at the beginning of the test is successful. Use: pip install pcapy -user -UĪfter the installation, an error occurred: ImportError: No module named dumbnet Then install the PCAPY module and encounter the same permission problem. MAC encountered this error: importError: No module named pcapy If you encounter an error that does not exist in the module, you simply need PIP Install XX to install the corresponding module. found that at the time of import module after error: from scapy.all import * I thought the installation was successful, so I started writing code. Reference: reference link sudo pip install scapy -user -U So query on the Internet, found that the original MAC system caused by the sip mechanism. Unexpectedly prompt permission problem, then sudo pip install scapy
