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
I faced the same problem and solved this like i described below: As You have downloaded and installed dnspython successfully so
That's all. Now your problem will go
If dnspython isn't installed you can install it this way :
pip install dnspythonNow, dnspython will be installed successfully.