Python Forum
Bug: Two Python unistall strings available on Windows 10
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug: Two Python unistall strings available on Windows 10
#1
In the past I installed Python v3.13.7 on Windows 10 into the directory

C:\Program Files\Python\

Later I installed v3.40 into the SAME directory. So the previous Python installation was overwritten.
It works.
However when I look at the list of possible uninstallations the v3.13.7 is still alive.
See attached snapshot

Why was this useless uninstall entry not removed?

I think this is a bug.
How can I get rid of it?

   
likes this post
Reply
#2
(Oct-25-2025, 09:33 AM)pstein Wrote: Later I installed v3.40 into the SAME directory. So the previous Python installation was overwritten.
Should not do this always a new folder.
(Oct-25-2025, 09:33 AM)pstein Wrote: However when I look at the list of possible uninstallations the v3.13.7 is still alive.
It's just a that registry value has not been clean up,usually no problem to leave as it.
Can manually remove with regedit(just search to get path to uninstall in registry),
or a uninstall tool will remove leftover.
Reply
#3
Under Windows, it is also recommandable, at least for most users, to install Python via the Microsoft Store. The Python Software Foundation provides the packages there. This has two advantages: a) bugfix releases get automatically installed, b) multiple releases of Python can be installed conflict-free side-by-side, thus situations as described by the TS will not oocur.

Regards, noisefloor
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can you explain the strings in Python ebn852_pan 3 1,761 May-19-2024, 08:36 AM
Last Post: Pedroski55
  Trying to understand strings and lists of strings Konstantin23 2 2,436 Aug-06-2023, 11:42 AM
Last Post: deanhystad
  [SOLVED] [Windows] Fails reading strings with accents Winfried 1 2,139 Apr-23-2023, 05:27 PM
Last Post: Larz60+
  Splitting strings in list of strings jesse68 3 3,275 Mar-02-2022, 05:15 PM
Last Post: DeaD_EyE
  pip unistall in alternate roots confminn 0 2,212 Aug-21-2020, 08:03 PM
Last Post: confminn
  Finding multiple strings between the two same strings Slither 1 3,793 Jun-05-2019, 09:02 PM
Last Post: Yoriz
  Python: if 'X' in 'Y' but with two similar strings as 'X' DreamingInsanity 6 6,173 Feb-01-2019, 01:28 PM
Last Post: buran
  Splitting strings in python? NLittle17 3 3,823 Jan-05-2019, 09:20 AM
Last Post: Axel_Erfurt
  lists, strings, and byte strings Skaperen 2 5,721 Mar-02-2018, 02:12 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