Python Forum
What Is Best/Easiest IDE To Install?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What Is Best/Easiest IDE To Install?
#8
Lutz says: tkinter GUI and threaded programs may not work well with IDLE. Because IDLE is a Python/tkinter program, it can hang if you use it to run certain types of advanced Python/tkinter programs. This has become less of an issue in more recent versions of IDLE that run user code in one process and the IDLE GUI itself in another, but some programs (especially those that use multithreading might still hang the GUI. Even just calling the tkinter 'quit' function in your code, the normal way to exit a GUI program, may be enough to cause your program's GUI to hang if run in IDLE (destroy may be better here only). etc....
Reply


Messages In This Thread
What Is Best/Easiest IDE To Install? - by abrogard - Mar-22-2018, 11:19 PM
RE: What Is Best/Easiest IDE To Install? - by sylas - Mar-23-2018, 09:36 AM
RE: What Is Best/Easiest IDE To Install? - by sylas - Mar-23-2018, 07:52 PM
RE: What Is Best/Easiest IDE To Install? - by sylas - Mar-23-2018, 08:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  whuch is easiest to read? Skaperen 2 2,604 Jul-25-2018, 12:24 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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