Open ghost opened 9 years ago
Also, when I try to run "mitmdump -e -s diags.py" correctly I get:
usage: mitmdump [options] [filter] mitmdump: error: unrecognized arguments: -e
So instead I ran "mitmdump -s diags.py"
You should be able to get away with running just the -s argument.
I'm getting this too, don't know how to fix it.
Here is the log:
File "/Library/Python/2.7/site-packages/libmproxy/script.py", line 86, in load execfile(self.argv[0], ns, ns) File "diags.py", line 1, in
from libmproxy.flow import Response
ImportError: cannot import name Response