Python Forum
Test program returns int (I want int) and real one returns tuple (not wanted)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Test program returns int (I want int) and real one returns tuple (not wanted)
#9
You are suffering a common form of blindness that is the biggest hindrance to debugging. You assume your code is doing what you expect so you can only see the error reported in the traceback. For me at least the error reported in the traceback is not the real error, but some side effect associated with the real error. Once you fix the itembox not being a ListBox error the itembox.size() will work correctly.
Reply


Messages In This Thread
RE: Test program returns int (I want int) and real one returns tuple (not wanted) - by deanhystad - Mar-25-2020, 05:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Entry returns NONE mollerpunker 2 2,558 Dec-06-2020, 06:50 PM
Last Post: DT2000

Forum Jump:

User Panel Messages

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