I am trying to run a simple calculator code in Tkinter, which I found on the web linked here. The code uses the import button functions, which gives an
ImportError: No module named button
I understand that I may be missing a package called button. I tried searching but couldn't find anything for my win-64 system. I tried
> anaconda search -t conda button
and
> pip install 'packages'
all the available packages but doesn't seem to work.
Please, can anyone tell me what am I missing? Thank you.