Issue 25765: Installation error - Python tracker (original) (raw)

Created on 2015-11-29 20:10 by ayushmaan121, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python 3.5.0 (32-bit)_20151130012741.log ayushmaan121,2015-11-29 20:10
Messages (4)
msg255589 - (view) Author: Ayushmaan Saxena (ayushmaan121) * Date: 2015-11-29 20:10
installation error 0x80240004
msg255623 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-11-30 16:39
Hard to tell, but you may just need to reboot. I'd also make sure you've installed all Windows Updates that you need, as the one we're trying to install should be in there (which means our installer doesn't have to do it). The error code is from Windows Update (which we sometimes need to run as part of the install), and there's so much spam out there these days that it is impossible to find out what it means.
msg255624 - (view) Author: Eryk Sun (eryksun) * (Python triager) Date: 2015-11-30 16:56
> The error code is from Windows Update (which we sometimes need to > run as part of the install), and there's so much spam out there > these days that it is impossible to find out what it means. The error is WU_E_NOT_INITIALIZED [1], "the object could not be initialized" -- whatever object it's talking about. [1]: https://support.microsoft.com/en-us/kb/938205
msg258428 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2016-01-16 22:03
Closing as third-party, but happy to reopen if this turns out to be something specific to our installer and not the configuration of the target system.
History
Date User Action Args
2022-04-11 14:58:24 admin set github: 69951
2016-01-16 22:03:28 steve.dower set status: open -> closedresolution: third partymessages: +
2015-11-30 16:56:51 eryksun set nosy: + eryksunmessages: +
2015-11-30 16:39:52 steve.dower set messages: +
2015-11-29 20:13:25 SilentGhost set nosy: + paul.moore, tim.golden, zach.ware, steve.dowertype: performance -> behaviorcomponents: + Windows
2015-11-29 20:10:14 ayushmaan121 create