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.

Unsupported provider

Author skrah
Recipients Christopher.Paolini, ipatrol, loewis, mark.dickinson, r.david.murray, skrah, srid, tarek
Date 2010-07-11.20:39:46
SpamBayes Score 0.026052574
Marked as misclassified No
Message-id <1278880788.47.0.55682347092.issue7511@psf.upfronthosting.co.za>
In-reply-to
Content
I've been looking at this again because of new duplicate reports.


I think we need to distinguish between amd64 and x86_amd64/x86_ia64.
But using arch="x86" as the default parameter would do fine.


Re unit test:

The test will only work if 64-bit tools from the SDK are present, and
I'm not sure how to test for that other than writing an independent
find_vcvarsall2 function that checks on the first one.

I have to say that I'm using Linux 99.9% of the time, so perhaps
a Windows expert could suggest a registry based solution.
History
Date User Action Args
2010-07-11 20:39:49skrahsetrecipients: + skrah, loewis, mark.dickinson, tarek, r.david.murray, srid, ipatrol, Christopher.Paolini
2010-07-11 20:39:48skrahsetmessageid: <1278880788.47.0.55682347092.issue7511@psf.upfronthosting.co.za>
2010-07-11 20:39:47skrahlinkissue7511 messages
2010-07-11 20:39:46skrahcreate