Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-dnspython resolution #3

Open
johnroach opened this issue Sep 5, 2017 · 7 comments
Open

python-dnspython resolution #3

johnroach opened this issue Sep 5, 2017 · 7 comments

Comments

@johnroach
Copy link

It looks like python-dnspython can't get resolved when trying to run this on macOSX. Is this script limited to ubuntu flavored linux distributions? Or is it any-linux? or any-unix?

@eldraco
Copy link
Owner

eldraco commented Sep 7, 2017

Hi
It works well in macos Sierra 10.12.6. We run it in macos and several distros of linux.

We installed dnspython using pip:
dnspython (1.15.0)

How did you install it?
Do you have an error text? line you run? operating system you use?

@johnroach
Copy link
Author

I have tried installing using pip install... However, it looks like that didn't work... I will try again with a virtual env. Promise to return back as soon as possible.

@johnroach
Copy link
Author

Just tried again with a virtualenv activated. Removed and re-installed dnspython. I got the same issue... it installed 1.15.0.

@johnroach
Copy link
Author

Could this be due to python3 issues?

@eldraco
Copy link
Owner

eldraco commented Sep 8, 2017

Aha. Could be. Didn't try it with python3 yet. Can you see if with python 2.7.X works for you?

@verovaleros
Copy link
Collaborator

We are migrating to Python3 and this should be solved. Stay tuned.

@verovaleros
Copy link
Collaborator

We created a docker image to extend a little the life of this Python2.7 version until we migrate fully to Python 3. You can give it a shot, it has already all dependencies installed:
docker run --rm -it verovaleros/domain_analyzer:python2.7 /domain_analyzer/domain_analyzer.py -d
or
docker run --rm -it verovaleros/domain_analyzer:python2.7 /bin/bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants