Issue 30859: Can't install Python for Windows 3.6.1 on multiple profiles (original) (raw)

Created on 2017-07-05 19:23 by Joe Jacobs, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg297776 - (view) Author: Joe Jacobs (Joe Jacobs) Date: 2017-07-05 19:23
Windows 7 Ultimate: SP1. Fully pathed as of July 4th, 2017 My Windows 7 install has multiple user accounts. The main install account is set up with "Administrator" privledges. Some point in the past I had installed Python 3.6.1 on the main account. Did not install for all users. That put the python files inside the %appdata% folder. I was then trying to go through the Python Minecraft book with my daughter. We had logged in as my daughters login and tried to install Python 3.6.1 for her. Got an error stating Python was already installed, even though she couldn't access it for her Windows login. Ultimately, had to uninstall Python 3.6, and reinstall for "All users". Would think that multiple users could install Python in their own folder regardless of versions that other people have installed.
msg297786 - (view) Author: Eryk Sun (eryksun) * (Python triager) Date: 2017-07-05 21:30
In Windows 10, I have 32-bit 3.6.1 installed for both an administrator and a standard user, both per-user installations. Maybe the logs from the failed attempt will help clarify what went wrong. If they still exist in the account's %temp% folder, please zip them up to a single file and upload it to this issue.
msg297788 - (view) Author: Joe Jacobs (Joe Jacobs) Date: 2017-07-05 22:34
I checked, there are no install logs. Just realized, maybe an issue with the web installer rather than the base installer. python-3.6.1-amd64-webinstall Had downloaded this file and tried to run it. I wouldn't even get to the screen that asks you to do a standard or custom install. The only screen that popped up said python was already installed. I run it now after i uninstalled and re-installed for "All Users" and i don't have that issue. Are the logs for the web installer stored somewhere else? If not, maybe i'll try again and see if i can replicate again.
msg297802 - (view) Author: Joe Jacobs (Joe Jacobs) Date: 2017-07-06 04:46
So, with the feedback, i uninstalled everything and tried installing again, but in the %appdata% folder for both users and everything worked fine. Both users have python installed. If i run the web launcher, the first time it installs on the second account and subsequent running of the launcher ask me to uninstall or repair as expected. I'm unable to find logs for the failed installs in the %temp% folder. If i'm able to duplicate the issue, i'll open a new bug report. Please go ahead and close this report.
History
Date User Action Args
2022-04-11 14:58:48 admin set github: 75042
2017-07-08 03:11:12 terry.reedy set status: open -> closedresolution: not a bugstage: resolved
2017-07-06 04:46:02 Joe Jacobs set messages: +
2017-07-05 22:34:39 Joe Jacobs set messages: +
2017-07-05 21:30:36 eryksun set nosy: + eryksunmessages: +
2017-07-05 19:23:15 Joe Jacobs create