hexdump module installation error

Chris Angelico rosuav at gmail.com
Thu Dec 19 09:08:00 EST 2019


On Thu, Dec 19, 2019 at 11:44 PM tommy yama <bluebox03 at 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


More information about the Python-list mailing list