4

I installed several Python extensions, and now I tried to uninstall them. I simply went to C:\Python26, and then clicked the uninstall executable, e.g. Removeelementtree.exe. However, I got a runtime error dialog, saying "This program is normally started by Windows".

Can anyone help me?

3 Answers3

3

You have to feed the installation log file to Removeelementtree.exe, for your case it should be:

Removeelementtree.exe -u "C:\Python27\elementtree-wininst.log"

The complete uninstall command is mentioned in the log, the file is having this pattern: [distribution]-wininst.log and located under your Python directory.

0

If Add/remove programs does not work, try Revo uninstaller.

RJFalconer
  • 10,369
-2

start -> all program -> accessories -> system tools -> system restore -> choose a date prior to installation of python

Willy
  • 78