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 mhammond
Recipients loewis, mhammond, tarek, techtonik
Date 2010-06-06.23:41:15
SpamBayes Score 0.02188742
Marked as misclassified No
Message-id <1275867678.6.0.12126929384.issue8929@psf.upfronthosting.co.za>
In-reply-to
Content
A quick check of my tree shows that the 32 and 64 bit versions are the same in this regard - the raw stubs wininst-9.0.exe and wininst-9.0-amd64.exe do not depend on the CRT.  A test install of 2.6.5-amd64, then using the 64bit versoion of 'depends' against wininst-9.0-amd64.exe also shows no dependency against the msvc* DLLs.

You may be instead striking a slightly different problem whereby the extension(s) installed by bdist_wininst are failing to start due to this dependency and them not finding or being able to use the same DLLs which Python itself depends on?
History
Date User Action Args
2010-06-06 23:41:18mhammondsetrecipients: + mhammond, loewis, techtonik, tarek
2010-06-06 23:41:18mhammondsetmessageid: <1275867678.6.0.12126929384.issue8929@psf.upfronthosting.co.za>
2010-06-06 23:41:15mhammondlinkissue8929 messages
2010-06-06 23:41:15mhammondcreate