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 cdavid
Recipients cdavid
Date 2008-05-22.11:32:48
SpamBayes Score 0.12110868
Marked as misclassified No
Message-id <1211455981.94.0.404413935613.issue2943@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to build some extensions with python 2.6 (built from sources
with VS 2008 express), and got some errors in the function
query_vcvarsall. The offending lines are:

if len(result) != len(interesting):
    raise ValueError(str(list(result.keys())))

I got a value error here. After some investigation, I realized that it
was because I did not install the SDK. I think the error message could
be isgnificantly improved if installing the SDK was suggested in the
exception message.
History
Date User Action Args
2008-05-22 11:33:02cdavidsetspambayes_score: 0.121109 -> 0.12110868
recipients: + cdavid
2008-05-22 11:33:02cdavidsetspambayes_score: 0.121109 -> 0.121109
messageid: <1211455981.94.0.404413935613.issue2943@psf.upfronthosting.co.za>
2008-05-22 11:33:00cdavidlinkissue2943 messages
2008-05-22 11:32:58cdavidcreate