Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

_tkinter.TclError: invalid command name "table" #3

@LyeeH

Description

@LyeeH

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"

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions