Typeerror: 'dict' object cannot be interpreted as an integer #83
Unanswered
Kelvin-Data
asked this question in
Q&A
Replies: 2 comments
-
@Kelvin-Data your value data is in dictionary form, you should convert it to list. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This work for me!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to create a Custom Tkinter app with CTK table, I have an errored when I insert data. I want to insert the data at the end of each row of table, but I didn't know what is the row number should be. My code is as below:
it throw an error:
TypeError: 'dict' object cannot be interpreted as an integer
How to fix it!
Beta Was this translation helpful? Give feedback.
All reactions