Python install mitmproxy module on Windows build error - how to solve?

860 views Asked by At
E:\mitmproxy-0.7>    C:\Python27\python.exe setup.py install

produces

error: file 'E:\mitmproxy-0.7\mitmproxy' does not exist

What am I doing wrong?

thanks

1

There are 1 answers

1
phihag On BEST ANSWER

You need to extract all files from the tarball, not only setup.py. setup.py is not a full-fledged installer (like a msi or exe file); it just contains instructions on how to build the other files in the tarball.