Python Forum
IDLE 3.6 Windows - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: IDLE 3.6 Windows (/thread-10942.html)



IDLE 3.6 Windows - OldSubSailor - Jun-14-2018

Howdy,
I do not know what happened, but I do seem to remember that when I started IDLE and opened a python file, the editor and shell windows open as two different windows. Now, the two are combined as "tabs" in one window. I looked at the preferences and did not see any option to combine or uncombined the two.
Did something change or did I perhaps change something?


RE: IDLE 3.6 Windows - Larz60+ - Jun-14-2018

What version of python?
I'm running the latest python 3.6.5, and idle opens the same as always.
starts as python shell, to open a file, need to either include as a command line argument or open from file menu.

In addition, you should be using one of the many IDE's available. Idle is a poor 'IDE'