Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I need MSVCR90.dll version 9.0.21022.8

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?

like image 599
rectangletangle Avatar asked Sep 14 '10 08:09

rectangletangle


People also ask

What is msvcr90 dll?

Msvcr90 is a Dynamic Link Library file associated with Microsoft Visual Studio 2008. It's a part of the Visual C++ 2008 service pack, and the msvcr90. dll missing error will often arise for older software made with the Visual C++ 2008 development framework.


1 Answers

Install the VS 2008 redistrbutable package.

like image 102
ars Avatar answered Oct 20 '22 19:10

ars