The program can't start because msvcr90.dll is missing

1.2k Views Asked by At

I have using 'PythonWin' build 218 for 64 bit Windows 7 and using 'Python 2.7.8'

When i run my application i get this MSVCR90.dll missing error.

When I run dependency tool on my exe I see that Python 27.dll can find MSVCR90.dll that it needs from win sxs folder. However Pywintypes27.dll is not able to load the same dll.

Tried running 'sxstrace'. It produces a binary trace file, however when i parse that file it produces an empty output file !

I have installed VC++ Redistribute and SP1. HOw do I find out which version of side by side dll PYWINTYPES.dll is dependent on. I tried copying all 64 bit versions of msvcr90.dll I have in my machine one by one to exe path, with no luck. Is there a way to force to use one of the msvcr90.dlls ?

0

There are 0 best solutions below