cisagov / trustymail

Scan domains and return data based on trustworthy email best practices
Creative Commons Zero v1.0 Universal
185 stars 31 forks source link

No module named 'DNS' #144

Closed gugelhupf50 closed 8 months ago

gugelhupf50 commented 8 months ago

🐛 Summary

What's wrong? Please be specific. Traceback (most recent call last): File "/Users/fgs/Library/Python/3.9/bin/trustymail", line 5, in from trustymail.cli import main File "/Users/fgs/Library/Python/3.9/lib/python/site-packages/trustymail/cli.py", line 61, in from . import trustymail File "/Users/fgs/Library/Python/3.9/lib/python/site-packages/trustymail/trustymail.py", line 15, in import DNS ModuleNotFoundError: No module named 'DNS'

To reproduce

Steps to reproduce the behavior:

  1. run trustymail

Expected behavior

evaluate domain and output csv file with results

Any helpful log output or screenshots

Traceback (most recent call last): File "/Users/fgs/Library/Python/3.9/bin/trustymail", line 5, in from trustymail.cli import main File "/Users/fgs/Library/Python/3.9/lib/python/site-packages/trustymail/cli.py", line 61, in from . import trustymail File "/Users/fgs/Library/Python/3.9/lib/python/site-packages/trustymail/trustymail.py", line 15, in import DNS ModuleNotFoundError: No module named 'DNS'

jsf9k commented 8 months ago

This is a duplicate of #41, a known issue with case-insensitive filesystems under OSX.