I am trying to import Tktable
in Python 2.7.
I have put the Tktable.py
file within my project folder. Last time, when I was using Canopy
, it is working perfectly. After I changed to PyCharm
and uninstalled Canopy
, a lot of libs went wrong, I have successfully fixed all the others except Tktable
.
Can anyone helped me?
Here is the error I got:
File "/Users/XXX/XXX/XXX/project/Tktable.py", line 121, in __init__
master.tk.call('package', 'require', 'Tktable')
TclError: can't find package Tktable