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 Express Edition を持っており、2005 年、2008 年、および 2010 年の再頒布可能パッケージは確かではありませんが、持っています。
私が既に持っているアプリケーションでない場合、何が VC90.DebugCRT を提供しますか? アプリに VC90.DebugCRT をパッケージ化すると、配布に関する Microsoft の制限に準拠しますか?