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 DNS
Recipients DNS, amaury.forgeotdarc, lemburg, loewis
Date 2008-11-25.21:39:45
SpamBayes Score 0.00022625885
Marked as misclassified No
Message-id <1227649187.71.0.482121072498.issue4431@psf.upfronthosting.co.za>
In-reply-to
Content
I looked at this some more (I'm not super familiar with the use of
manifests) and I think I figured it out.  For somewhat complicated
reasons, I'm compiling with /MT rather than /MD.  Although link normally
produces a manifest, since it's unnecessary when compiling static, it
isn't created unless you specify /MANIFEST.

So I suppose the issue is that distutils is trying to embed the manifest
in cases where it may legitimately not exist.  Since /MT is not the
default (I had to make that change explicitly), this is probably not a bug.
History
Date User Action Args
2008-11-25 21:39:48DNSsetrecipients: + DNS, lemburg, loewis, amaury.forgeotdarc
2008-11-25 21:39:47DNSsetmessageid: <1227649187.71.0.482121072498.issue4431@psf.upfronthosting.co.za>
2008-11-25 21:39:47DNSlinkissue4431 messages
2008-11-25 21:39:45DNScreate