On 19/12/2019 12:43, tommy yama wrote:
Thanks for your quick response i did not expect.
I hope you see the error below in my response as i just copy and paste it.

"no module named 'hexdump'."

In addition, i tried to execute python3 hexdump.py. However, no such file
directory.

    from hexdump import hexdump

ModuleNotFoundError: No module named 'hexdump'

user@USERnoMacBook-Air LibraBrowser % python3 hexdump.py

/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python:
can't open file 'hexdump.py': [Errno 2] No such file or directory

user@USERnoMacBook-Air LibraBrowser %

Huh. You've done a "pip3 install hexdump" so I don't know what might be happening here. Sorry.

--
Rhodri James *-* Kynesim Ltd
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to