Which version of MSVC?90.DLL's to distribute with Python 2.6 based Py2exe executables?
Martin v. Loewis
martin at v.loewis.de
Sun Dec 27 01:47:18 EST 2009
> FYI, my experience is that an entire manifest must be distributed. As
> the manifest in question actually lists 3 DLLs, IIUC, you must ship all
> 4 files - the 3 DLLs and the manifest, even if only one of the DLLs is
> actually used.
You don't actually need to include all three DLLs. Just including the C
runtime is fine, even though the others are also mentioned in the manifest.
Regards,
Martin
More information about the Python-list
mailing list