Issue 10002: Installer doesn't install on Windows Server 2008 DataCenter R2 (original) (raw)

Created on 2010-09-30 21:37 by joblack, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python27bug.png joblack,2010-09-30 21:37
python.zip joblack,2010-09-30 22:43
CBS.zip joblack,2010-10-01 01:45
Messages (11)
msg117760 - (view) Author: (joblack) Date: 2010-09-30 21:37
I tried to install the 32 Bit Python 2.7 Version (32 Bit version because of some 32 bit plugins) on a Windows Server 2008 DataCenter R2 and short at the end it throws the attached error message. Have you tried your Python 2.7 on a Windows Server 2008 R2?
msg117765 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-09-30 22:17
Please run "msiexec /i python-2.7.msi /l*v python.log", and compress and attach the resulting log file.
msg117767 - (view) Author: (joblack) Date: 2010-09-30 22:43
requested log file
msg117768 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-09-30 23:33
In this specific run, the critical error was this: MSI (s) (38:74) [00:36:38:068]: Assembly Error:Der angeforderte Vorgang war nicht erfolgreich. Es ist ein Systemneustart erforderlich, um die durchgeführten Änderungen rückgängig zu machen. So please do reboot the system, and try again (generating a new log file). It also says Assembly Error (sxs): Please look into Component Based Servicing Log located at -89201544ndir\logs\cbs\cbs.log to get more diagnostic information. So on the chance that this contains additional information, please also put this log file into the next zip file (you might want to screen it for any security-relevant information that you don't want to release).
msg117772 - (view) Author: (joblack) Date: 2010-10-01 01:45
cbs.log
msg117777 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-10-01 02:50
Please don't change the subject, it changes the bug title, which makes the bug report less useful :)
msg117803 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-10-01 14:13
> Have you tried your Python 2.7 on a Windows Server 2008 R2? It works on my 2008 R2 Enterprise Edition.
msg121590 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-11-20 02:59
joblack - are you still seeing issues with this?
msg121605 - (view) Author: (joblack) Date: 2010-11-20 10:47
No it seems a problem of the installation routine. If you have installed a program before Python it sometimes doesn't work. On 11/20/2010 03:59 AM, Brian Curtin wrote: > > Brian Curtin<curtin@acm.org> added the comment: > > joblack - are you still seeing issues with this? > > ---------- > > _______________________________________ > Python tracker<report@bugs.python.org> > <http://bugs.python.org/issue10002> > _______________________________________
msg219952 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-06-07 16:44
says the OP isn't seeing issues with this so I'd guess this can be closed?
msg220892 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2014-06-17 21:07
It seems that the system wasn't rebooted after a previous installation that required a reboot. The specific component that caused the failure is the Microsoft CRT, so there is nothing we can do about this.
History
Date User Action Args
2022-04-11 14:57:07 admin set github: 54211
2014-06-17 21:07:16 loewis set status: open -> closedresolution: wont fixmessages: +
2014-06-07 16:44:01 BreamoreBoy set nosy: + BreamoreBoymessages: +
2010-11-20 10:47:14 joblack set messages: +
2010-11-20 02:59:35 brian.curtin set messages: +
2010-10-24 18:45:40 r.david.murray set nosy: - r.david.murray
2010-10-24 17:37:06 brian.curtin set type: crash -> behavior
2010-10-24 17:32:26 eric.araujo set nosy: + eric.araujo
2010-10-01 14:13:08 brian.curtin set nosy: + brian.curtinmessages: + components: + Windows
2010-10-01 02:50:05 r.david.murray set nosy: + r.david.murraymessages: + title: cbs.log -> Installer doesn't install on Windows Server 2008 DataCenter R2
2010-10-01 01:45:46 joblack set files: + CBS.zipmessages: + title: Installer doesn't install on Windows Server 2008 DataCenter R2 -> cbs.log
2010-09-30 23:34:01 loewis set title: requested log file -> Installer doesn't install on Windows Server 2008 DataCenter R2
2010-09-30 23:33:27 loewis set messages: +
2010-09-30 22:43:05 joblack set files: + python.zipmessages: + title: Installer doesn't install on Windows Server 2008 DataCenter R2 -> requested log file
2010-09-30 22:17:17 loewis set nosy: + loewismessages: +
2010-09-30 21:40:05 joblack set type: crash
2010-09-30 21:37:07 joblack create