Python DNS module import error

后端 未结 13 1653
失恋的感觉
失恋的感觉 2020-12-03 16:39

I have been using python dns module.I was trying to use it on a new Linux installation but the module is not getting loaded. I have tried to clean up and install but the ins

13条回答
  •  长情又很酷
    2020-12-03 17:37

    This issue can be generated by Symantec End Point Protection (SEP). And I suspect most EPP products could potentially impact your running of scripts.

    If SEP is disabled, the script will run instantly.

    Therefore you may need to update the SEP policy to not block python scripts accessing stuff.

提交回复
热议问题