This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients amaury.forgeotdarc, loewis, theller
Date 2008-10-09.20:52:52
SpamBayes Score 2.492653e-06
Marked as misclassified No
Message-id <1223585574.66.0.0822704712421.issue4091@psf.upfronthosting.co.za>
In-reply-to
Content
> (And I thought that manifests and side-by-side assemblies were 
> supposed to solve the "DLL hell")

I'm now convinced that they make things worse, to the degree that
certain deployments that used to work cannot be longer made to work
(e.g. the Python setup of having DLLs and executables in different
directories).

This was one of the reasons why I resisted Python switching to VS 2005,
and hesitant to accept the switch to VS 2008. It is telling that the MS
merge module for the CRT automatically sets ALLUSERS=1, refusing even to
consider non-admin installs.

Going forward with py3k, we should try to drop even more dependencies on
the C library, and then perhaps try to link statically for the rest.
History
Date User Action Args
2008-10-09 20:52:55loewissetrecipients: + loewis, theller, amaury.forgeotdarc
2008-10-09 20:52:54loewissetmessageid: <1223585574.66.0.0822704712421.issue4091@psf.upfronthosting.co.za>
2008-10-09 20:52:53loewislinkissue4091 messages
2008-10-09 20:52:52loewiscreate