Python scapy import error

前端 未结 8 812
小蘑菇
小蘑菇 2021-01-17 14:38

If I include following line in my python source file

from scapy.all import *

I get this error

from scapy.all import *
Impor         


        
8条回答
  •  隐瞒了意图╮
    2021-01-17 14:46

    If you use Linux get this folder:

    /usr/share/pyshared
    

    If you not found scapy you must download and install this, for example for Ubuntu you can found this:

    http://packages.ubuntu.com/precise/all/python-scapy/download

    and download package and install this pack about 300 kb.

提交回复
热议问题