Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:build': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; '2.7': 0.13; 'extensions': 0.13; 'subject:python': 0.14; '.........': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:windows': 0.16; 'wrote:': 0.16; '2015': 0.20; 'work,': 0.21; '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; "i'd": 0.31; "can't": 0.32; 'surprised': 0.33; "i'll": 0.33; 'tue,': 0.34; 'done': 0.35; 'ahead': 0.35; 'but': 0.36; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:org': 0.37; 'test': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'our': 0.64; 'received:109': 0.75; 'becker': 0.84; 'succeeds': 0.84; 'wheel': 0.84; 'ware': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Robin Becker Subject: Re: how to build windows extensions for python 3.5 Date: Tue, 15 Sep 2015 17:03:58 +0100 References: <55F6ED53.9080103@chamonix.reportlab.co.uk> <55F80353.9080609@chamonix.reportlab.co.uk> <55F81DE0.5050100@chamonix.reportlab.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 109.174.168.73 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442333049 news.xs4all.nl 23859 [2001:888:2000:d::a6]:55574 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96640 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/ -- Robin Becker