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
I am having difficulty running trustymail against any domains and receiving a "AttributeError: module 'DNS' has no attribute 'Type'" error. The error below is the same
Background info:
Macbook air
Using pyenv to manage Python versions
Python v3.6.5
Built locally using tag v0.5.5
$ python scripts/trustymail gsa.gov
Traceback (most recent call last):
File "scripts/trustymail", line 179, in <module>
main()
File "scripts/trustymail", line 76, in main
import trustymail.trustymail as tmail
File "/Users/me/Sites/trustymail/trustymail/trustymail.py", line 11, in <module>
import spf
File "/Users/me/.pyenv/versions/3.6.5/lib/python3.6/site-packages/spf.py", line 111, in <module>
if not hasattr(DNS.Type, 'SPF'):
AttributeError: module 'DNS' has no attribute 'Type'
The text was updated successfully, but these errors were encountered:
I am having difficulty running trustymail against any domains and receiving a "AttributeError: module 'DNS' has no attribute 'Type'" error. The error below is the same
Background info:
Macbook air
Using pyenv to manage Python versions
Python v3.6.5
Built locally using tag v0.5.5
Other workarounds attempted
pip install trustymail
Output
The text was updated successfully, but these errors were encountered: