Python Forum
IDLE editing window no longer works
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IDLE editing window no longer works
#1
IDLE editing window no longer works

after installation of Python 3.9 on Windows 10, IDLE worked fine

As PIP was not recognized and I could not install Matplotlib
I installed PIP with
"C:\Users\xxx>py -m pip install SomePackage "
(note that the command " C:\Users\xxx>python -m pip install SomePackage " does not work )

Everything worked normally afterwards, and IDLE too.

But the next day after rebooting the computer, I don't have the command "open with IDLE" anymore, the edit window doesn't appear, only the console appears.

I reinstalled Python and the problem remains (Matplotlib is still present)

None of the possible causes listed in "https://docs.python.org/3/library/idle.html#startupfailure" are affected or correct the problem

here also the command "python -m idlelib" in the console, does not work and returns "python is not found" but the command "py -m idlelib" works fine

Thank you for your help
Translated with www.DeepL.com/Translator (free version)
Reply
#2
It sounds like python wasn't installed correctly, or at least it wasn't added to your PATH (not being on the PATH is why the shell can't find it). One of the very last steps of the python installer has a checkbox to add it to the path, and I believe that checkbox is not checked by default.
Reply
#3
hi nilamo
You are right.... it's weird that the check box is not checked by default
thank you for your help
Chris
nilamo likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Upgraded Python: Module no longer found - for Linux Curbie 8 1,295 Mar-05-2025, 06:01 PM
Last Post: Curbie
Question [SOLVED] Upgraded Python: Module no longer found Winfried 1 936 Jan-01-2025, 02:43 PM
Last Post: Larz60+
  Is there a way to call and focus any popup window outside of the main window app? Valjean 6 5,216 Oct-02-2023, 04:11 PM
Last Post: deanhystad
  What is all the info in the info window in Idle? Pedroski55 3 1,531 Jul-08-2023, 11:26 AM
Last Post: DeaD_EyE
  Beginner: Code not work when longer list raiviscoding 2 1,609 May-19-2023, 11:19 AM
Last Post: deanhystad
  Need help editing a PDF omar 4 1,929 Oct-22-2022, 08:52 PM
Last Post: Larz60+
  a longer docstring Skaperen 8 3,492 Aug-25-2022, 11:21 PM
Last Post: Skaperen
  Pyspark Window: perform sum over a window with specific conditions Shena76 0 1,938 Jun-13-2022, 08:59 AM
Last Post: Shena76
  Code no longer working yk303 14 14,441 Dec-21-2020, 10:58 PM
Last Post: bowlofred
  ReferenceError: weakly-referenced object no longer exists MrBitPythoner 17 16,004 Dec-14-2020, 07:34 PM
Last Post: buran

Forum Jump:

User Panel Messages

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