7
votes

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?

1
Somewhat relevant: Here's a tutorial with steps to extract the DLL from Visual Studio, if you want to bundle it right in without an extra dependency: py2exe.org/index.cgi/Tutorial#Step5 - SilentSteel

1 Answers