Scapy install issues. Nothing seems to actually be installed?

后端 未结 6 1720
情深已故
情深已故 2021-02-04 08:41

I have an apple computer running Leopard with python 2.6. I downloaded the latest version of scapy and ran \"python setup.py install\". All went according to plan

6条回答
  •  情歌与酒
    2021-02-04 09:39

    I was able to get this working by #commenting out the route6 import statment in all.py within the scapy mod directory.

    After that, I was able to bring up the interactive scapy prompt.

    So the real solution to this issue is to make sure you have a compatible route6 mod.

提交回复
热议问题