Changes between Initial Version and Version 1 of Ticket #44432


Ignore:
Timestamp:
Jul 25, 2014, 10:52:38 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44432

    • Property Port py-mitmproxy added
  • Ticket #44432 – Description

    initial v1  
    33## As installed by MacPorts ##
    44
     5{{{
    56$ mitmproxy
    67Traceback (most recent call last):
     
    3132    from netlib import tcp, http, certutils, http_status, http_auth
    3233ImportError: No module named netlib
    33 
     34}}}
    3435
    3536## After sudo pip install netlib ##
    3637
     38{{{
    3739$ mitmproxy
    3840Traceback (most recent call last):
     
    4648    import flask
    4749ImportError: No module named flask
    48 
     50}}}
    4951
    5052## After sudo pip install flask ##