Mitmproxy: Mitmproxy can't import other Module

Created on 20 Apr 2019  ·  3Comments  ·  Source: mitmproxy/mitmproxy

Steps to reproduce the problem:

1.i install mitmproxy and mitmproxy.exe

  1. mitmdump -s“a.py”
    3.mitmproxy remind me [ in script E:\Workspace\Python\CaidaoMitmProxy\CaidaoMP.py: No module named 'pyDes']
Any other comments? What have you tried so far?

Nothing

System information

Mitmproxy Version:4.0.4
Operating System: Windows 10

Most helpful comment

I read in some other issue that the compiled version for Windows have a closed environment python.

I solved by installing from python 3 pip:
pip(3) install mitmproxy

And then run the command:
"C:\Users\{USER}\AppData\Local\Programs\Python\Python37-32\Scripts\mitmdump.exe"

Is work! Thank you very much

All 3 comments

I am very sure I installed the pyDes Module in my python

I read in some other issue that the compiled version for Windows have a closed environment python.

I solved by installing from python 3 pip:
pip(3) install mitmproxy

And then run the command:
"C:\Users\{USER}\AppData\Local\Programs\Python\Python37-32\Scripts\mitmdump.exe"

I read in some other issue that the compiled version for Windows have a closed environment python.

I solved by installing from python 3 pip:
pip(3) install mitmproxy

And then run the command:
"C:\Users\{USER}\AppData\Local\Programs\Python\Python37-32\Scripts\mitmdump.exe"

Is work! Thank you very much

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dmorgun picture dmorgun  ·  4Comments

mancubus77 picture mancubus77  ·  3Comments

fjcaetano picture fjcaetano  ·  4Comments

adforcetestuser1 picture adforcetestuser1  ·  5Comments

aesyondu picture aesyondu  ·  4Comments