Python Forum
Not Getting The desired output on my system
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Getting The desired output on my system
#2
You haven't instantiated any classes, so the only code that's going to execute is the code in your if __name__ ... clause
This probably means the window will be incredably small, and your probably just not seeing it.
try adding this line after your title command:
root.geometry('200x200+10+10')
That will give you more surface area to look at.
Reply


Messages In This Thread
RE: Not Getting The desired output on my system - by Larz60+ - Apr-01-2017, 03:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Json filter is not capturing desired key/element mrapple2020 1 1,225 Nov-24-2022, 09:22 AM
Last Post: ibreeden
  how can I display only desired items? 3lnyn0 5 2,182 Dec-25-2021, 06:49 PM
Last Post: menator01
  ERROR: importing desired module mbgamer28 0 1,732 Apr-05-2021, 07:46 PM
Last Post: mbgamer28
  Not rounding to desired decimal places? pprod 2 2,637 Mar-05-2021, 11:11 AM
Last Post: pprod
  Difference between os.system("clear") and os.system("cls") chmsrohit 7 16,860 Jan-11-2021, 06:30 PM
Last Post: ykumar34
  Why this code not getting desired output ? MDRI 2 2,630 Sep-18-2020, 02:11 AM
Last Post: MDRI
  showing only desired part of a plot grknkilicaslan 1 2,418 Jul-10-2020, 03:51 PM
Last Post: Marbelous
  [Beginner] Code is not producing desired result fakej171 2 2,527 Mar-21-2020, 10:26 AM
Last Post: buran
  Not Getting the Desired value using json.dumps saurabh210 0 1,558 Feb-03-2020, 06:48 PM
Last Post: saurabh210
Question Difference between Python's os.system and Perl's system command Agile741 13 7,092 Dec-02-2019, 04:41 PM
Last Post: Agile741

Forum Jump:

User Panel Messages

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