wvdumper/dumper

No module named 'Helpers' found

thejaceman opened this issue · 1 comments

Not sure if the project is still being maintained or not. I did see the notice on the project page about OEMCrypto, but wasn't sure if my device would be impacted or not and decided to at least give the script a trial run. After making sure that I had all dependencies met in the requirements.txt file, I decided to give it a run. Upon execution, I received the following error:

Traceback (most recent call last):
File "G:\PortableApps\dumper\dump_keys.py", line 6, in
from Helpers.Scanner import Scan
ModuleNotFoundError: No module named 'Helpers'

I should note that although I'm not familiar with 'Helpers' I did attempt to pip Helpers after receiving the error.
"Successfully installed Helpers-0.2.0"
Upon executing the command again, I received the same Traceback error as before.