'Python opening untitled window instead of IDLE
When I open Python, it opens the untitled file window instead of SHELL. I tried reinstalling, changing, repairing and modifying. HELP PLEASE.
Python version: 3.7 32-bit
Edit:
It opens https://drive.google.com/file/d/1IGHC2uvjyEs-5GAdCNDs1a5ra3IQQJLr/view?usp=drivesdk
instead of this SHELL
https://drive.google.com/file/d/1I8VZcn6prJQuTzozTCRXsLgrJvBipSsg/view?usp=drivesdk when I start IDLE.
Solution 1:[1]
You don't say, so I assume you're running Python on Windows. If so you will get multiple links installed in your startup menu. Use the one named IDLE, not the one named Python.
At least this is what you get if you download the installer directly from https://www.python.org/, it may differ if you're using the Windows Store for example.
Solution 2:[2]
Alternate option to this is installing Anaconda on your system . It gives you option of using Spyder which is IDLE and also jupyter notebook .
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Mark Ransom |
| Solution 2 | Shikha |

