I'm trying to import tktable
to create a simple table, but I'm getting the error below:
File "prob.py", line 7, in import tktable ImportError: No module named tktable
from tkinter import *
import tktable
root = Tk()
root.title("Probabilidade e estatistica")
table = tktable.Table(root, rows=2, cols=10)
table.pack()
root.mainloop()
tktable
isn't part of the standard tkinter
package, meaning it's not a built-in feature.
You can download the tktable
package from the Sourceforge website.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With