You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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'
The text was updated successfully, but these errors were encountered:
🐛 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:
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'
The text was updated successfully, but these errors were encountered: