【发布时间】:2013-04-05 23:37:21
【问题描述】:
我正在尝试使用 py2exe 构建 Python 程序。尝试运行构建的程序时出现此错误:
The program can't start because MSVCR90.dll is missing from your computer. Try reinstalling the program to fix this problem.
我已经安装了 Visual C++ 2008 Redistributable Package,而不是 SP1 版本。什么给了??
【问题讨论】:
标签: python py2exe msvcr90.dll