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 aheider, loewis
Date 2008-10-14.14:50:24
SpamBayes Score 5.311753e-08
Marked as misclassified No
Message-id <1223995825.38.0.731049339222.issue4120@psf.upfronthosting.co.za>
In-reply-to
Content
> Yes, i know that v2.5 doesn't officially support MSVC9. But the same
> problem applies to MSVC8 and its CRT.

The point is that even the MSVC8 project files are not supported.
They have been included, but they are not actually used for anything.

> Yes, i know that v2.5 doesn't officially support MSVC9. But the same
> problem applies to MSVC8 and its CRT.

Not necessarily. Take a look at how I deploy Python 2.6. I use a single
copy of the DLL, but two copies of the manifest (both referring to the
same DLL image). AFAICT, this works fine on XP (but fails on Vista SP1,
which complains that the manifest is ill-formed).

I'm closing this for 2.5 as rejected; it might cause more problems than
it solves, and 2.5.3 will be the last release (i.e. with no release to
fix it if it breaks something badly).

If you can come up with a working patch for 2.6: that would be more
interesting. Would the many manifest files that get generated need to be
shipped as well?
History
Date User Action Args
2008-10-14 14:50:25loewissetrecipients: + loewis, aheider
2008-10-14 14:50:25loewissetmessageid: <1223995825.38.0.731049339222.issue4120@psf.upfronthosting.co.za>
2008-10-14 14:50:24loewislinkissue4120 messages
2008-10-14 14:50:24loewiscreate