Hi,
I keep getting this message when I try to run the script:
acs-MBP:Desktop vaughn$ mitmdump -e -s diags.py
Traceback (most recent call last):
File "/usr/local/bin/mitmdump", line 7, in
from mitmproxy.main import mitmdump
File "/Library/Python/2.7/site-packages/mitmproxy/main.py", line 5, in
from six.moves import _thread # PY3: We only need _thread.error, which is an alias of RuntimeError in 3.3+
ImportError: cannot import name _thread
Macs-MBP:Desktop vaughn$
Hi, I keep getting this message when I try to run the script:
acs-MBP:Desktop vaughn$ mitmdump -e -s diags.py Traceback (most recent call last): File "/usr/local/bin/mitmdump", line 7, in
from mitmproxy.main import mitmdump
File "/Library/Python/2.7/site-packages/mitmproxy/main.py", line 5, in
from six.moves import _thread # PY3: We only need _thread.error, which is an alias of RuntimeError in 3.3+
ImportError: cannot import name _thread
Macs-MBP:Desktop vaughn$