viper-framework / viper

Binary analysis and management framework
Other
1.54k stars 353 forks source link

Module pydns moved to py3dns for Python 3 #775

Closed tjnel closed 4 years ago

tjnel commented 4 years ago

Running Viper within python3 it looks like the module for pDNS has changed from https://pypi.org/project/pydns/ is now https://pypi.org/project/py3dns/ in Python3

[!] Something wrong happened while importing the module modules.pdns: No module named 'pypdns'

botherder commented 4 years ago

The imported module is pypdns though, not pydns.

Rafiot commented 4 years ago

Yes, pypdns is the correct name.

I'm currently working on getting the testcases to run again, that will make it easier to figure out what is missing.

Rafiot commented 4 years ago

Here it is: https://pypi.org/project/pypdns/