Mark added the comment: 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 <rep...@bugs.python.org> À : tib...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue27324> _______________________________________ ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27324> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com