jpluimers / fritzcap

Fork of elpatron68/fritzcap which was previously automatically exported from code.google.com/p/fritzcap
https://wiert.me/category/power-user/internet/fritz/fritzbox-fritz/
26 stars 11 forks source link

Error line 39 #20

Closed MZVOL closed 5 years ago

MZVOL commented 6 years ago

hello i've install the master from https://github.com/jpluimers/fritzcap/archive/master.zip and the Latest Python 3 Release - Python 3.6.4

and there is only

C:\fritzcap-master>fritzcap.py –capture_files –decode_files –monitor_calls — box_name 192.168.179.1 —xxxxxxxxx PASSWORT Traceback (most recent call last): File „C:\fritzcap-master\fritzcap.py“, line 39, in import argparse ModuleNotFoundError: No module named ‚ConfigParser‘

please can you help me?

jpluimers commented 6 years ago

I've not tested this with Python 3.x yet, but it looks like for Python 3.x, ConfigParser got renamed to configparser: https://stackoverflow.com/questions/14087598/python-3-importerror-no-module-named-configparser/14087705#14087705 as I found searching for "ModuleNotFoundError: No module named ‚ConfigParser"

Could you try running with Python 2.x?

MZVOL commented 6 years ago

it works with Phyton 2.7.14 (64-bit) thank you

jpluimers commented 5 years ago

Closed because solved.