Python error during the installation of program

Asked By 0 points N/A Posted on -
qa-featured

Hello experts,

This error occurs during the install of Python on my Windows 7. The installer is downloaded from a trusted website and is fully compatible with Windows 7 on 64 bit. What could cause this error ? Can anyone help me please ?

Thanks !

Python 2.7.3 setup

An error occurred during the installation of assembly ‘Microsoft.VC90.CRT,version = “9.0.210228”,publicKey Token = “1fc8b3b9a1e18e3b”. processorArchitecture = “x86”, type = “win32”.

Please refer to Help and Support for more information.

SHARE
Answered By 0 points N/A #179416

Python error during the installation of program

qa-featured

Hello,

I have successfully managed to install Python 2.7.3 without an error. I used msconfig to achieve this. In my experience this error occurs when some of the Microsoft Services (not commonly used) are previously deactivated. Please follow these three simple steps:

  • Disable all programs running at startup.
  • Disable all non-Microsoft services running at startup.
  • Now enable all Microsoft services running at startup.

Hope this helps.

Best,

Nick
 

Related Questions