Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Close IDLE display window?
#11
IDLE is open source and largely (entirely?) written in Python. If you want to dive into it, you can definitely find a way to do it. But generally, it sounds like you want things from IDLE that it is not built to support.

You haven't elaborated on why IDLE is preferable over command line. Perhaps if you did, we could pose an alternative. For example, you might use pythonw.exe instead of python.exe and write your own GUI code to accomplish whatever IDLE is doing for you. You also might be able to use a batch file instead of the direct Python script to accommodate any undesirable behavior from command line.
Reply


Messages In This Thread
Close IDLE display window? - by Emerogork - Jan-02-2018, 07:36 PM
RE: Close IDLE display window? - by metulburr - Jan-02-2018, 07:55 PM
RE: Close IDLE display window? - by Emerogork - Jan-02-2018, 08:04 PM
RE: Close IDLE display window? - by micseydel - Jan-02-2018, 07:55 PM
RE: Close IDLE display window? - by metulburr - Jan-02-2018, 08:06 PM
RE: Close IDLE display window? - by Emerogork - Jan-02-2018, 08:12 PM
RE: Close IDLE display window? - by metulburr - Jan-02-2018, 08:16 PM
RE: Close IDLE display window? - by Emerogork - Jan-02-2018, 08:22 PM
RE: Close IDLE display window? - by metulburr - Jan-02-2018, 08:51 PM
RE: Close IDLE display window? - by Emerogork - Jan-02-2018, 09:01 PM
RE: Close IDLE display window? - by micseydel - Jan-02-2018, 09:21 PM
RE: Close IDLE display window? - by metulburr - Jan-02-2018, 10:34 PM
RE: Close IDLE display window? - by Larz60+ - Jan-03-2018, 01:46 AM
RE: Close IDLE display window? - by Emerogork - Jan-03-2018, 02:00 AM
RE: Close IDLE display window? - by metulburr - Jan-03-2018, 02:17 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a way to call and focus any popup window outside of the main window app? Valjean 6 2,096 Oct-02-2023, 04:11 PM
Last Post: deanhystad
  What is all the info in the info window in Idle? Pedroski55 3 774 Jul-08-2023, 11:26 AM
Last Post: DeaD_EyE
  How to display <IPython.core.display.HTML object>? pythopen 3 46,393 May-06-2023, 08:14 AM
Last Post: pramod08728
  Pyspark Window: perform sum over a window with specific conditions Shena76 0 1,255 Jun-13-2022, 08:59 AM
Last Post: Shena76
  How can I display dictionary in a gui window in Python? C0D3R 2 1,843 Apr-07-2022, 07:33 PM
Last Post: C0D3R
  Closing Threads and the chrome window it spawned from Tkinter close button law 0 1,788 Jan-08-2022, 12:13 PM
Last Post: law
  How to automatically close mathplotlib output window? Pedroski55 2 1,999 Jun-17-2021, 09:00 AM
Last Post: Pedroski55
  IDLE editing window no longer works chris1 2 2,319 Feb-06-2021, 07:59 AM
Last Post: chris1
Information Unable to display joystick's value from Python onto display box MelfoyGray 2 2,326 Nov-11-2020, 02:23 AM
Last Post: MelfoyGray
  IDLE not importing pygame (ok outside of IDLE) miner_tom 1 3,399 Sep-14-2018, 07:54 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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