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?

link|improve this question
3  
use standard windows Add or Remove Programmes. – SilentGhost Jan 18 '10 at 15:28
3  
Uninstall Python? Why would you do such a thing?! – Phoshi Jan 18 '10 at 15:39
Listen to SilentGhost and give the normal Add or Remove a shot, since I can't find any hits on your error dialog – Ivo Flipse Jan 18 '10 at 15:53
Plus what Windows version are you using? – Ivo Flipse Jan 18 '10 at 15:54
1  
Besides, if you want to take ownership of your question back, create an account on this site, and associate it with the StackOverflow account, in user options. – Gnoupi Jan 18 '10 at 15:55
show 1 more comment
feedback

migrated from stackoverflow.com Jan 18 '10 at 15:33

This question came from our site for professional and enthusiast programmers.

3 Answers

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
3  
Seems like way overkill to remove python extensions. – onnodb Jan 18 '10 at 19:12
@onnodb - Pretty much so! XD – BloodPhilia May 21 '10 at 15:04
feedback

Your Answer

 
or
required, but never shown