Re: [python-win32] Python in Visual Studio

2016-04-16 Thread Alexander Walters
As a total aside, PTVS (part of the base VS 2015 install, IIRC) is now my editor of choice when editing python on windows, edging out gvim (...primarily because you can make vim bindings work in VS). It is a really good editor, with really good code completion features... which makes sense, con

Re: [python-win32] Building my own C extension

2015-11-05 Thread Alexander Walters
The 'thing that glues it together' IS the suggested compiler. You need nothing else to compile ANSI C python extensions with no C dependencies. for the most part, if the extension has a setup.py, it should Just Work with that and 2.7 (and ONLY that and 2.7) installed. If your project does no