Created
December 19, 2014 23:03
-
-
Save nandub/d10228cfabf22986cfe7 to your computer and use it in GitHub Desktop.
Homebrew mitmproxy Tim's Syntax errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/bin/mitmproxy", line 3, in <module> | |
from libmproxy import proxy, console, cmdline | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/lib/python2.7/site-packages/libmproxy/proxy.py", line 3, in <module> | |
from OpenSSL import SSL | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/vendor/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module> | |
from OpenSSL import rand, crypto, SSL | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/vendor/lib/python2.7/site-packages/OpenSSL/rand.py", line 11, in <module> | |
from OpenSSL._util import ( | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/vendor/lib/python2.7/site-packages/OpenSSL/_util.py", line 3, in <module> | |
from cryptography.hazmat.bindings.openssl.binding import Binding | |
ImportError: No module named cryptography.hazmat.bindings.openssl.binding |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/bin/mitmproxy", line 3, in <module> | |
from libmproxy import proxy, console, cmdline | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/lib/python2.7/site-packages/libmproxy/proxy.py", line 3, in <module> | |
from OpenSSL import SSL | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/vendor/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module> | |
from OpenSSL import rand, crypto, SSL | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/vendor/lib/python2.7/site-packages/OpenSSL/rand.py", line 9, in <module> | |
from six import integer_types as _integer_types | |
ImportError: No module named six |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment