I wanted to run this program posted here http://tkinter.unpythonic.net/wiki/TkTableCalendar, but to run this I need the tktable
wrapper https://tkinter.unpythonic.net/wiki/TkTableWrapper, but the wrapper throws an error
File "tktable.py", line 115, in __init__
master.tk.call('package', 'require', 'Tktable')
_tkinter.TclError: can't find package Tktable
I don't understand why it is behaving this way. How to fix this problem?