Standard Distutils does not feature an uninstall command. PyKDE Extensions does and it can be easily invoked with:
python setup.py uninstallIt is quite basic. The install writes the list of files it installed to the file
install_log.txt
. The
uninstall command simply reads this file and removes the
files and directories that are listed within.