Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'compiler': 0.05; 'cpython': 0.05; 'source.': 0.05; 'mode,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'extensions': 0.13; 'subject:python': 0.14; '"windows': 0.16; "(it's": 0.16; '........': 0.16; '24,': 0.16; 'binaries': 0.16; 'module).': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'released.': 0.16; 'subject:windows': 0.16; 'wrote:': 0.16; 'windows': 0.20; '2015': 0.20; 'extension': 0.20; 'header:In- Reply-To:1': 0.24; "i've": 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'chris': 0.26; 'fri,': 0.27; 'idea': 0.28; 'correct,': 0.29; 'subject:what': 0.29; 'builds': 0.33; 'requirements': 0.35; 'python.org': 0.35; 'downloads': 0.35; 'visual': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'release': 0.37; 'version': 0.38; 'stuff': 0.38; 'building': 0.38; 'offered': 0.38; 'build': 0.40; 'to:addr:python.org': 0.40; 'skip:u 10': 0.61; 'yes': 0.62; '2015.': 0.63; 'more': 0.63; 'our': 0.64; 'jul': 0.72; 'received:109': 0.75; 'becker': 0.84; 'officially': 0.91; '2013.': 0.96 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Robin Becker Subject: Re: what windows compiler for python 3.5? Date: Fri, 24 Jul 2015 11:53:27 +0100 References: <55B21154.9060103@chamonix.reportlab.co.uk> <55B2129F.8060906@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.1.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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437735210 news.xs4all.nl 2954 [2001:888:2000:d::a6]:46225 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94498 On 24/07/2015 11:38, Chris Angelico wrote: > On Fri, Jul 24, 2015 at 8:25 PM, Robin Becker wrote: ....... >> more searching I find this on the 3.5 b1 download page >> >> "Windows users: The Windows binaries were built with Microsoft Visual Studio >> 2015, which is not yet officially released. (It's currently offered in >> "Preview" mode, which is akin to a "beta".) It is our intention to ship >> Python 3.5 using VS2015, although right now VS2015's final release date is >> unclear." > > That would be correct, if you're seeking to match the python.org > builds (eg if you're building an extension module). I've no idea what > the compiler requirements are if you simply want to build CPython from > source. > ....... yes I build extensions for reportlab. Unfortunately, despite our MSDN subscription to the Visual Studio stuff we have no access to the Visual Studio Version 2015. Last one in my downloads is currently 2013. Pity. -- Robin Becker