On Thu, Dec 19, 2019 at 11:44 PM tommy yama <bluebo...@gmail.com> wrote:
>
> Hi Rhodri,
>
> 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
>

Did you, at some point, have a file called hexdump.py that you were
playing with? Sometimes, even after you delete a file with a
conflicting name, its .pyc file hangs around. Blow away the
__pycache__ directory to get rid of it.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to