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 Mark53
Recipients Mark53, dstufft, eric.araujo, zach.ware
Date 2016-06-15.16:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <ea-mime-576184bf-33b3-1253ab0a@www-6.netcourrier.com>
In-reply-to <1465998156.24.0.0364001511648.issue27324@psf.upfronthosting.co.za>
Content
Hi Zach,

Well, the strange thing is that other members of my team have successfully built C++ Python extensions with Visual Studio 13, but they compiled and built the pyd file with CMake (one used SWIG). So, it is possible. I just wanted to do it in a simpler way.

Regards,

Mark

---- Message d'origine ----
De : Zachary Ware <report@bugs.python.org>
À : tibo53@netcourrier.com
Objet : [issue27324] Error when building Python extension
Date : 15/06/2016 15:42:36 CEST

Zachary Ware added the comment:

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.

----------
nosy: +zach.ware
resolution: -> not a bug
stage: -> resolved
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue27324>
_______________________________________
History
Date User Action Args
2016-06-15 16:39:29Mark53setrecipients: + Mark53, eric.araujo, zach.ware, dstufft
2016-06-15 16:39:29Mark53linkissue27324 messages
2016-06-15 16:39:28Mark53create