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 zach.ware
Recipients Mark53, dstufft, eric.araujo, zach.ware
Date 2016-06-15.13:42:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465998156.24.0.0364001511648.issue27324@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Mark,

To build Python extensions on Windows, you need to have a compiler that can link to the same C runtime used by the Python interpreter. For 3.5, that means you need VS2015; VS2013 won't work.
History
Date User Action Args
2016-06-15 13:42:36zach.waresetrecipients: + zach.ware, eric.araujo, dstufft, Mark53
2016-06-15 13:42:36zach.waresetmessageid: <1465998156.24.0.0364001511648.issue27324@psf.upfronthosting.co.za>
2016-06-15 13:42:36zach.warelinkissue27324 messages
2016-06-15 13:42:36zach.warecreate