Python DNS module import error

后端 未结 13 1663
失恋的感觉
失恋的感觉 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:16

    You could also install the package with pip by using this command:

    pip install git+https://github.com/rthalley/dnspython

提交回复
热议问题