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 koen
Recipients aheider, cgohlke, christian.heimes, jdetaeye, koen, lemburg, loewis, mhammond, zhirsch
Date 2009-10-13.21:46:50
SpamBayes Score 0.0029363036
Marked as misclassified No
Message-id <1255470412.75.0.58502499886.issue4120@psf.upfronthosting.co.za>
In-reply-to
Content
> It may actually be enough to just place the 
Microsoft.VC90.CRT.manifest file into the Python folder (the one with 
python.exe and the CRT DLLs).

I concur with what Christoph says, that is how the embedded 
installation works. However, the .pyd files are not in the Python main 
folder. And therefore they shouldn't have a manifest for the runtimes 
(because it will look in the current folder relative to the DLL/pyd), 
because then the runtimes of the main python.exe will be used (which 
can then be in the same folder as the 'embedded' MSVCR location).
History
Date User Action Args
2009-10-13 21:46:52koensetrecipients: + koen, lemburg, loewis, mhammond, christian.heimes, aheider, zhirsch, jdetaeye, cgohlke
2009-10-13 21:46:52koensetmessageid: <1255470412.75.0.58502499886.issue4120@psf.upfronthosting.co.za>
2009-10-13 21:46:51koenlinkissue4120 messages
2009-10-13 21:46:50koencreate