I am trying to build a Python program with py2exe. I am getting this error when trying to run the built program:
The program can't start because MSVCR90.dll is missing from your computer. Try reinstalling the program to fix this problem.
I already installed the Visual C++ 2008 Redistributable Package, NOT the SP1 version. What gives??