Re: Building a python extension on Windows

2015-10-27 Thread Jeff Archer
Ken, I have been successful with building Python on Windows by downloading Python-3.5.0.tgz. Expand it and follow the instructions in Python-3.5.0\PCBuild\readme.txt. Basically, run get_externals.bat, then use build.bat. I have not however been successful building with VS2015 IDE. Can't remembe

Re: Building a python extension on Windows

2015-10-27 Thread Zachary Ware
On Mon, Oct 26, 2015 at 11:17 PM, Ken Brooks wrote: > I checked out a copy of svn.python.org/projects/stackless/trunk Sorry I don't have the time at the moment for a more complete answer, but I will point out that that is not the right repository for anything anymore. For one thing, it's very ou

RE: Building a python extension on Windows

2015-10-27 Thread Christopher Wilcox
If you are building c extensions on windows with 2.7 you need to get the matching compiler from http://aka.ms/vcpython27. You should also make sure you are running the latest setup tools. If you are using 2.7.10 you should have them already. Finally, I suggest using ‘pip install .’ instead of ‘p

Re: Building a python extension on Windows

2015-10-27 Thread Chris Angelico
On Tue, Oct 27, 2015 at 3:17 PM, Ken Brooks wrote: > I checked out a copy of svn.python.org/projects/stackless/trunk because it > seems to have a good sample project (PC/example_nt) for building a Python > extension on Windows. That directory has a Microsoft Visual C++ solution > file which can be