Steve Dower <steve.do...@python.org> added the comment:
Looking closer at the logs, it's the usual problem of not being able to upgrade a per-user install into an all-users install. If you look at the logs closely, it's *uninstalling* the Just for Me install, not installing it. The best option in this case is to detect the per-user install (should always be HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\{0e7285f4-8cd4-4f97-83ab-1c6946551e2c} for 64-bit) and uninstall it first. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34737> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com