0

在使用 PyInstaller 构建应用程序的过程中,我在输出中看到了这一点:

INFO: Hidden import 'encodings' has been found otherwise
INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final executable
INFO: Searching for assembly x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none ...
INFO: Found manifest C:\windows\WinSxS\Manifests\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91.manifest
INFO: Searching for file msvcr90.dll
INFO: Found file C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcr90.dll
INFO: Searching for file msvcp90.dll
INFO: Found file C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcp90.dll
INFO: Searching for file msvcm90.dll
INFO: Found file C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcm90.dll
INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
INFO: Adding Microsoft.VC90.DebugCRT to dependent assemblies of final executable
INFO: Searching for assembly x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.21022.8_none ...
WARNING: Assembly not found
ERROR: Assembly x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.21022.8_none not found

我有 Visual C++ 2008 和 2010 速成版,虽然我不确定这些年,但还有 2005、2008 和 2010 年的可再发行版本。

如果不是我已经拥有的应用程序,什么提供 VC90.DebugCRT?如果我将 VC90.DebugCRT 打包在应用程序中,我是否会遵守 Microsoft 对分发的限制?

4

0 回答 0