Path: csiph.com!news.swapon.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '21,': 0.07; 'url:msdn': 0.07; 'cc:addr:python-list': 0.09; 'indicates': 0.09; 'bug': 0.10; 'url:blog': 0.10; 'subject:python': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'scripts.': 0.16; 'subject:windows': 0.16; 'wrote:': 0.16; 'url:au': 0.18; 'steve': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'lawrence': 0.22; 'sep': 0.22; 'subject:problem': 0.22; 'file.': 0.22; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; "doesn't": 0.26; 'example': 0.26; 'checking': 0.27; 'message-id:@mail.gmail.com': 0.27; 'document.': 0.27; 'correct,': 0.29; 'referenced': 0.29; "i'm": 0.30; 'too.': 0.30; 'folder': 0.30; "i'd": 0.31; "can't": 0.32; 'useful': 0.33; 'though.': 0.33; 'that,': 0.34; 'received:google.com': 0.35; 'text': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'possible': 0.36; 'url:library': 0.36; 'visual': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'turn': 0.37; 'files': 0.38; 'mark': 0.40; 'some': 0.40; 'more': 0.63; 'url:en-us': 0.72; 'chrisa': 0.84; 'presumably': 0.84; 'to:none': 0.91; 'sorry.': 0.91; 'info,': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=FqpcynnpEJlh/IwELUcHnBRpesAqEx/e6Yc2E6tf6NQ=; b=s2eIJFAJ5QYMRrt8KcpThz8cDQbJIjBYZ1rLX6ZuGcvdPVzJvS1ZyU4PJJ5pYgNjKS 3M9uRPgoHs+BZSOKqWMhhXFL3lrU3yK11YYQi3/fxY7l6gQiLjyuDR4fILMXDn3e5Hl+ 18uREFf5OYQJD+AJp9Idm7k+SCA5Z/VFZ27vimTDY+LXImiCMrOM3C7ugzQ1PQKgh23s 1u+heQKYmTVbZUcY8hoyN9BB0HfLrc1IXr63IYQdg0un83HkkOlQLZrkX46A4e5GPr7v lxIqB6eBesGyDH4JggxY/3hizfPbuFHyqWNy1Yjt9ArhHuKxE1tpwoi+bjpQ8T3auN6B ESzg== MIME-Version: 1.0 X-Received: by 10.50.178.145 with SMTP id cy17mr11119978igc.92.1442842600469; Mon, 21 Sep 2015 06:36:40 -0700 (PDT) In-Reply-To: References: <55FFFE50.8090703@chamonix.reportlab.co.uk> Date: Mon, 21 Sep 2015 23:36:40 +1000 Subject: Re: problem building python 3.5 extensions for windows From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442842603 news.xs4all.nl 23803 [2001:888:2000:d::a6]:59284 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96942 On Mon, Sep 21, 2015 at 11:27 PM, Mark Lawrence wrote: >> There is a folder "C:\Program Files (x86)\Microsoft Visual Studio >> 14.0\VC", but it doesn't contain any batch scripts. Document >> https://msdn.microsoft.com/en-us/library/x4d2c09s.aspx claims to be >> about VS2015, but has as example >> >> cd "\Program Files (x86)\Microsoft Visual Studio 12.0\VC" >> >> which is presumably not for VS2015. > > > Correct, the folder you referenced first should contain the batch file. > Which indicates a possible text bug in the linked-to document. None of us can change that, though. For some actually Python-specific info, I'd recommend checking out what Steve Dower has written: http://stevedower.id.au/blog/building-for-python-3-5-part-two/ Poking around on his blog and web site might turn up some other useful info, too. I'm not a Windows guy so I can't help any more than that, sorry. ChrisA