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 craigh
Recipients christian.heimes, craigh, loewis
Date 2008-12-07.03:32:12
SpamBayes Score 4.485099e-07
Marked as misclassified No
Message-id <1228620733.99.0.134856979495.issue4566@psf.upfronthosting.co.za>
In-reply-to
Content
I understand the rationale behind #4120, but it seems like it only helps
a narrow set of applications, namely "applications that link dynamically
with the same version of MSVCR90 as Python and that bundle the MSVCR90
DLL and that can't install the VS2008 redist".  In 2.6.1 those apps
don't have to install the VS2008 redist, but every other app needs to
either bundle the runtime DLLs (as a private assembly) or use the
manifest workaround I described above, even if the VS2008 redist is
installed on the system.

The 2.6.0 behavior - requiring the VS2008 redist to be installed - is
hardly perfect (to put it mildly), but in my opinion it's more obvious
and straightforward, and more consistent with the behavior of other
Windows software.
History
Date User Action Args
2008-12-07 03:32:14craighsetrecipients: + craigh, loewis, christian.heimes
2008-12-07 03:32:13craighsetmessageid: <1228620733.99.0.134856979495.issue4566@psf.upfronthosting.co.za>
2008-12-07 03:32:12craighlinkissue4566 messages
2008-12-07 03:32:12craighcreate