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

No module named 'DNS' #144

Closed
gugelhupf50 opened this issue Nov 9, 2023 · 1 comment
Closed

No module named 'DNS' #144

gugelhupf50 opened this issue Nov 9, 2023 · 1 comment
Labels
wontfix This issue will not be incorporated

Comments

@gugelhupf50
Copy link

🐛 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 jsf9k added the wontfix This issue will not be incorporated label Nov 9, 2023
@jsf9k
Copy link
Member

jsf9k commented Nov 9, 2023

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

@jsf9k jsf9k closed this as not planned Won't fix, can't repro, duplicate, stale Nov 9, 2023
cisagovbot pushed a commit that referenced this issue Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This issue will not be incorporated
Projects
None yet
Development

No branches or pull requests

2 participants