dw2102 / HikVision-Data-Recovery

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Error message with script #2

Open cwhittDFIS opened 2 months ago

cwhittDFIS commented 2 months ago

Hello,

I'm attempting to use your script for a forensic recovery of a DVR hard drive. I'm admittedly new to Python usage, so I may be doing something wrong. I've placed the main.py file in a folder, and all of the other associated .py files in a subfolder named 'src' (I also placed copies of them in the same directory as main.py just to be sure).

I open a CMD prompt to the directory and execute main.py I get an error back regarding line 15, an error about line 18, and ModuleNotFoundError: No module named 'bitstring' (see screenshot) I've ensured that I have the python bitstring module installed by executing 'pip install bitstring' in CMD.

Can you advise if this is user error? Thank you.

Capture

dw2102 commented 2 months ago

Hey, sorry for the late answer.

I'm pretty sure that this error message means to tell you that your local Python installation won't or can't access your bitstring installation.

Try to load the project in PyCharm Community and see if there is sonething missing.