This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Can't install Python for Windows 3.6.1 on multiple profiles
Type: behavior Stage: resolved
Components: Windows Versions: Python 3.6
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Joe Jacobs, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

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:48adminsetgithub: 75042
2017-07-08 03:11:12terry.reedysetstatus: open -> closed
resolution: not a bug
stage: resolved
2017-07-06 04:46:02Joe Jacobssetmessages: + msg297802
2017-07-05 22:34:39Joe Jacobssetmessages: + msg297788
2017-07-05 21:30:36eryksunsetnosy: + eryksun
messages: + msg297786
2017-07-05 19:23:15Joe Jacobscreate