In the process of building an application with PyInstaller, I see this
in the output:

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

I have Visual C++ 2008 and 2010 Express Editions and, though I'm not
certain of the years, the redistributables for 2005, 2008, and 2010.

What provides VC90.DebugCRT if not the applications I already have?
Will I be in compliance with Microsoft's restrictions on distributing
if I package VC90.DebugCRT in the app?

(Duplicated at 
http://stackoverflow.com/questions/10448600/vc90-debugcrt-not-found-by-pyinstaller).

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to