tags:

views:

124

answers:

2

According to a py2exe tutorial I found I need MSVCR90.dll version 9.0.21022.8 to run it for python 2.6. Where do I find MSVCR90.dll version 9.0.21022.8?

A: 

Dll can be downloaded from here - http://www.dll-files.com/dllindex/dll-files.shtml?msvcr90

Also look at - http://stackoverflow.com/questions/293401/msvcr90-dll-was-not-found

pyfunc
Downloading single dll from don't-know-what-site is a bad idea. You should install the hole package from trusted location
abatishchev
@abatishchev: Accepted : This is not from Microsoft but I had used it earlier for this and other DLLs so I thought it is ok. Mostly, this should be found in the system easily. I have added the SO discussion too as that explores this already.
pyfunc
+3  A: 

Install the VS 2008 redistrbutable package.

ars
Probably it's rather better to download 2008 SP1 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 as far as `py2exe.exe.manifest` doesn't enforce strict versions equality
abatishchev