Path: csiph.com!news.swapon.de!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'subject:build': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'bug': 0.10; '2.7': 0.13; 'extensions': 0.13; 'subject:python': 0.14; '........': 0.16; 'inclined': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:windows': 0.16; 'wrote:': 0.16; 'language': 0.19; '2015': 0.20; 'tracker': 0.20; 'work,': 0.21; 'lawrence': 0.22; 'sep': 0.22; 'am,': 0.23; 'bit': 0.23; 'seems': 0.23; 'downloaded': 0.24; 'url:edu': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; "i've": 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints- To:1': 0.26; "i'm": 0.30; '15,': 0.30; 'certainly': 0.30; "i'd": 0.31; "can't": 0.32; 'language.': 0.32; 'surprised': 0.33; "i'll": 0.33; 'tue,': 0.34; 'done': 0.35; 'ahead': 0.35; 'involving': 0.35; 'but': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:org': 0.37; 'anything': 0.38; 'test': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'mark': 0.40; 'save': 0.60; 'show': 0.62; 'charset:windows-1252': 0.62; 'within': 0.64; 'our': 0.64; 'hand': 0.82; 'becker': 0.84; 'pythonistas,': 0.84; 'succeeds': 0.84; 'wheel': 0.84; 'ware': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: how to build windows extensions for python 3.5 Date: Wed, 16 Sep 2015 05:49:35 +0100 References: <55F6ED53.9080103@chamonix.reportlab.co.uk> <55F80353.9080609@chamonix.reportlab.co.uk> <55F81DE0.5050100@chamonix.reportlab.co.uk> <55F8416E.6010901@chamonix.reportlab.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 195.147.66.69 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: <55F8416E.6010901@chamonix.reportlab.co.uk> 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442379002 news.xs4all.nl 23828 [2001:888:2000:d::a6]:48635 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96656 On 15/09/2015 17:03, Robin Becker wrote: > On 15/09/2015 16:54, Zachary Ware wrote: >> On Tue, Sep 15, 2015 at 8:32 AM, Robin Becker >> wrote: > ........ >> >> I'm a bit surprised that you can successfully use the same .libs for >> 2.7 and 3.3/3.4. But since that seems to work, I'd say go ahead and >> try it with 3.5, and if the build succeeds test the crap out of it :) >> > I've downloaded the vs2015 iso from msdn and I'll give the install a try > tomorrow. It can't be that hard to build our extensions since Christoph > Golhke has done a reportlab wheel for 3.5 at > http://www.lfd.uci.edu/~gohlke/pythonlibs/ I'd be inclined to check out anything on the bug tracker involving Christoph Golhke, there was certainly one show stopper within the last few days. It make take a few minutes, on the other hand it might save you days :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence