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)
#6
Why don't you try the test I suggest first. Before calling itembox.size() do print(itembox) or print(type(itembox)) and see if itembox is what you think it is. That is how I would go about debugging something like this. First I try to pin down what problem I am trying to solve and usually the solution is obvious once the problem is pinned down.
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, 03:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Entry returns NONE mollerpunker 2 2,552 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