You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2024. It is now read-only.
Python 3.6.4
Tcl/tk 8.6.6
System: Linux(Fedora) or Windows
I can run tktable on my MAC, but I cannot run the tktable.Table() command on my windows or linux. I wonder if I miss anything? I spend long time on installing tktable on Fedora, but it didnot work.
Tktable2.10 path: /usr/lib/Tktable2.10
Do i need to add it into tcl path or? And if i need how can I do that?
Can anyone help me? It is hard to find another tool as tktable to build table in tkinter.
Problem:
File "/home/parallels/Downloads/tktable.py", line 134, in __init__
tkinter.Widget.__init__(self, master, 'table', kw)
File "/usr/lib64/python3.6/tkinter/__init__.py", line 2293, in __init__
(widgetName, self._w) + extra + self._options(cnf))
_tkinter.TclError: invalid command name "table"
Python 3.6.4
Tcl/tk 8.6.6
System: Linux(Fedora) or Windows
I can run tktable on my MAC, but I cannot run the tktable.Table() command on my windows or linux. I wonder if I miss anything? I spend long time on installing tktable on Fedora, but it didnot work.
Tktable2.10 path: /usr/lib/Tktable2.10
Do i need to add it into tcl path or? And if i need how can I do that?
Can anyone help me? It is hard to find another tool as tktable to build table in tkinter.
Problem: