[issue24873] Add "full cleanup" checkbox to uninstaller
Terry J. Reedy
report at bugs.python.org
Sat Aug 15 23:13:27 CEST 2015
Terry J. Reedy added the comment:
There are two problem scenarios, which might meed different solutions.
1. Cannot install x.y(.z) for the first time, or if it does install, it does not run. Zap all may be appropriate.
2, Cannot upgrade installed x.y.z. This seems to be due to corruption of z.y.z. The current solution seem to be to re-download x.y.z installer (if deleted), which means remembering .z. Then fixing (maybe). Or zapping x.y.z and maybe fiddling with the registry? I went through this once and it is mess, and not something for non-expert users.
Would it be sensible for installer to check for TCL_LIBRARY and if found, display value and mention that it might interfere with install?
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24873>
_______________________________________
More information about the Python-bugs-list
mailing list