Python Forum
TypeError: 'Table' object is not callable
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TypeError: 'Table' object is not callable
#3
Here is the full traceback error:

Traceback (most recent call last):
File "C:/Users/name/Desktop/python", line 38, in <module>
list1 = ListBox(window, height=35, width=35)
TypeError: 'Table' object is not callable

This is about all PyCharm shows me, like I said I'm incredibly new to Python and programming in general so if anything else is needed please let me know.
Reply


Messages In This Thread
RE: TypeError: 'Table' object is not callable - by Melford - Jan-21-2020, 07:59 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020