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 was getting an error while using "import dns.resolver". I tried dnspython, py3dns but they failed.
dns won't install. after much hit and try I installed pubdns module and it solved my problem.