On 23/02/2021 21:31, Goo Gle wrote:
Hello Goo Gle,
[snip]
> While researching this and trying to future-proof, I found that a
> Debian Buster (10.6) and a Ubuntu 18.04 machine “think” that DNS Python
> 1.16 or DNS Python 1.15 is the latest version - according to the stock
> package dispensaries. I see that a future Debian and a future Ubuntu
> have DNS Python 2 mentioned, but is there no way to speed up the
> inclusion of DNS Python 2 in those open source operating systems? Apple
> has DNS Python 2 in Big Sur and I think Catalina.
Your question doesn't really belong here. It's better to ask this
question in some Debian or Ubuntu forum or list.
I also don't know what you mean by Apple including dnspython in Big Sur.
I am using Big Sur, and there's no dnspython module included with the
system python.
> I want to avoid downloading and manually installing DNS Python
> because, in general, I’m already completely confused over python’s way
> of managing packages. I realize I could do that, but, I’m lazy.
You don't have to give up your laziness. Just run:
pip install dnspython
in your virtualenv. It's just one command :)
Regards,
Anand