0

I've got the problem with Python 2.5.4 x86 on Win 7.

Unfortunately, my installer doesn't offer uninstallation.

I played around with installing many python version, but I finally need only 3.X and "magically" there is this Python 2.5.4.

What can I do?

John Smith
  • 11
  • 1
  • Try Revo Uninstaller? – OneCricketeer Jan 17 '18 at 22:45
  • I try to avoid installing excess programs. I used GeekUninstaller (which is portable) and there I can see only Python 3.X. This version I need. – John Smith Jan 17 '18 at 23:00
  • Do you need to uninstall it, or do you just need a different version to be available for use on that machine? Those are not the same thing. – Chris Johnson Jan 17 '18 at 23:09
  • Well... I need 3.6 to open some script. Earlier versions can stay. – John Smith Jan 17 '18 at 23:19
  • maybe check the location where Python *is* installed and being used (this answer should help get that: [How can I get Python path under Windows?](https://stackoverflow.com/a/647798/1248974)), then navigate to that location and see if there is an "uninstall" executable. Also, inspecting the installed programs in "Control Panel" might be helpful. – chickity china chinese chicken Jan 18 '18 at 01:13
  • If there is no uninstallation option, then you can find that versions installer, reinstall it, then perform an uninstallation – OneCricketeer Jan 18 '18 at 02:46
  • @cricket_007 Like Saint Thomas... https://vgy.me/UWil4G.png – John Smith Jan 18 '18 at 06:35

1 Answers1

1

You start by running the installer for the python that you want to remove (python 2.5.4)

Then, you click remove python 2.5.4 and click finished

Next, go to Windows Control Panel and click Programs and Features

After that, find python 2.5.4 and uninstall it

wikihow.com/Uninstall-Python

Hippolippo
  • 803
  • 1
  • 5
  • 28