[issue21158] Windows installer service could not be accessed (Python bug!)

Martin v. Löwis report at bugs.python.org
Sun Apr 13 10:38:39 CEST 2014


Martin v. Löwis added the comment:

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.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21158>
_______________________________________


More information about the Python-bugs-list mailing list