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: Windows installer service could not be accessed
Type: behavior Stage:
Components: Installation Versions: Python 2.7
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: loewis, r.david.murray, terry.reedy, thecheater887
Priority: normal Keywords:

Created on 2014-04-04 19:18 by thecheater887, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python bug.PNG thecheater887, 2014-04-04 19:18 Bug photo, two installers next to eachother.
python bug 2.PNG thecheater887, 2014-04-04 19:35
Messages (7)
msg215555 - (view) Author: Payden Comer (thecheater887) Date: 2014-04-04 19:18
I am VERY tech saavy, so don't give me an auto reply like I'm stupid (it's happened before). Sorry for the rude start! Anyhoo, This is the only program on my pc that does this, tried registry fixes, ms fixit, cmd, services, you named it I've (most likely) done it!
msg215556 - (view) Author: Payden Comer (thecheater887) Date: 2014-04-04 19:35
Then when installing the 32 bit. (image below:)
msg215557 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2014-04-04 19:36
I think it would be helpful for you to email the python-list mailing list.  Hopefully the people there can help you refine your problem report into something we can tackle.  The installer works fine for most people, so the first thing that we need in order to fix any such bug is to figure out how to reproduce it on some machine other than your own.

One of our windows devs might have some questions based on your minimal current description, but you are likely to get faster help from python-list, where there are a lot more people who use windows regularly than there are on the core team.

Please report any new information you discover here.
msg215558 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2014-04-04 19:38
Sorry, I meant to delete that word 'minimal', since you have told us what you currently know, but I hit send before I did :)
msg215931 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-04-11 16:49
If you were upgrading an existing install, try cleanly removing it from Control Panel / Programs and Features (Win 7). To do that, you may have to first fix the existing installation and that will require the installer used to install it.
msg216000 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2014-04-13 08:38
Payden Comer, please run

msiexec /i <msifilename> /l*v python.log

in a terminal window, and attach the resulting python.log here.

R. David: Feel free to copy these instructions; they can be standard in all cases of "the installer does not work".

As for the actual report: The first issue (python bug.PNG) has a clear explanation: Windows installer does not support simultaneous installation of two MSI files. So while ffmpeg (or whatever the scratched-out name is) is being installed, it refuses to start the Python installation.

As for the second problem: Other software authors have put texts on the net on potential causes for this problem. I think going through

http://support.affixa.com/kb/236

could be helpful.
msg221309 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2014-06-22 20:41
Closing because of lack of feedback.
History
Date User Action Args
2022-04-11 14:58:01adminsetgithub: 65357
2014-06-22 20:41:53loewissetstatus: open -> closed
resolution: works for me
messages: + msg221309
2014-04-13 08:39:48loewissettitle: Windows installer service could not be accessed (Python bug!) -> Windows installer service could not be accessed
2014-04-13 08:38:39loewissetnosy: + loewis
messages: + msg216000
2014-04-11 16:49:12terry.reedysetnosy: + terry.reedy
messages: + msg215931
2014-04-04 19:38:36r.david.murraysetmessages: + msg215558
2014-04-04 19:36:38r.david.murraysetnosy: + r.david.murray
messages: + msg215557
2014-04-04 19:35:02thecheater887setfiles: + python bug 2.PNG

messages: + msg215556
2014-04-04 19:22:04thecheater887settitle: Windows installer service could not be accessed -> Windows installer service could not be accessed (Python bug!)
2014-04-04 19:18:42thecheater887create