Closed modz2014 closed 1 year ago
I had this happen as well and it was due to the fact that I had copied the .py file onto my desktop. Ensure that the .py file is run from the original folder containing the bundle of files.
Hi, I have a same issue with you after upgrading mac OS to Catalina. any workaround to avoid ?
@tommyyama2020 Catalina has Python 2 and 3. You need to install hexdump on Python 2.x
$ pip2 install hexdump
It looks like from hexdump import hexdump
has been removed. So should this issue be closed now?
Still doesn’t work same errror
Sorry for being late. From now, no needs to hexdump modle. checkout #21
Traceback (most recent call last): File "chainbreaker.py", line 27, in
from hexdump import hexdump
ImportError: No module named hexdump
yes python and pip are installed I tried to figure this out but no luck