>>> import Tkinter as tk >>> t = tk.Table(rows=5, cols=5) Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'Table'
>>> import tktable Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named tktable