woj-ciech / Danger-zone

Correlate data between domains, IPs and email addresses, present it as a graph and store everything into Elasticsearch and JSON files.
669 stars 127 forks source link

ImportError: cannot import name emails #1

Closed KDPryor closed 5 years ago

KDPryor commented 5 years ago

Hello, Tried running the code and got the error noted in the subject line. Here's the full output:

Traceback (most recent call last): File "./danger-zone.py", line 5, in <module> import utils File "/mnt/c/Users/Ken/Documents/GitHub/Danger-zone/utils.py", line 2, in <module> import emails File "/mnt/c/Users/Ken/Documents/GitHub/Danger-zone/emails.py", line 5, in <module> from google import google ImportError: cannot import name google

Changing "import emails" to "import email" in utils.py stops this error but then new errors come up later in the process. My Python skills aren't good enough to figure it out from there.

woj-ciech commented 5 years ago

Same as https://github.com/woj-ciech/Danger-zone/issues/2