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
#3
(Apr-01-2017, 03:27 PM)Larz60+ Wrote: 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.

nope its not working either yes the tkinter window is small but its not so small that it cannot be seen nothing is in there expect for the title of the window
Reply


Messages In This Thread
RE: Not Getting The desired output on my system - by Rashi - Apr-03-2017, 03:52 PM

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