Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed8.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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'compiler': 0.05; 'cpython': 0.05; 'meantime,': 0.07; 'cc:addr:python-list': 0.09; 'compiler.': 0.09; 'python': 0.10; 'extensions': 0.13; 'subject:python': 0.14; '24,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hangs': 0.16; 'subject:windows': 0.16; 'wrote:': 0.16; 'steve': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'header:In- Reply-To:1': 0.24; "i've": 0.25; 'fri,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'idea': 0.28; 'subject:what': 0.29; 'probably': 0.31; 'possibly': 0.32; "who's": 0.32; "he's": 0.33; 'received:google.com': 0.35; 'could': 0.35; 'downloads': 0.35; 'should': 0.36; 'visual': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'there,': 0.37; 'version': 0.38; 'stuff': 0.38; 'build': 0.40; 'where': 0.40; 'skip:u 10': 0.61; 'yes': 0.62; '2015.': 0.63; 'our': 0.64; 'jul': 0.72; 'becker': 0.84; 'chrisa': 0.84; 'to:none': 0.91; 'luck': 0.95; '2013.': 0.96 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=BqHb8bivZs/mBtHwJ4laCoNozKj8RQT8ZJaYLQm4X0o=; b=M+8Jce72IpzwvjC5KStQczXAQuXLanhOhMAdq9V99fuBkFP43BWxjqzE2enBUTyUTq F0239z7PP9f/SdPEqekCGccn6hZB/ZXL4qc6e0tm/GhTasRXYx9yC7kMT24fNKlDpe/5 ggQP+82/CPHuvIWjYsclo9oig/02/QLUBKSASZUmYZzNJeF62dBAHODjHzzPr+GjvUBe VgvrEc72BDfXSh2KiDnKQVjWdSS11zYC8+UpDTIjkOHsf5QmGZBJ9wHXRv09HhaQndxq cDbj9rTDrx3+eRtng9iOFtra5YzdRN841XONzTVcolFc4jlH0Ftf50RvdLiHSWdO6Qu4 xp7A== MIME-Version: 1.0 X-Received: by 10.107.4.1 with SMTP id 1mr20308982ioe.10.1437735871894; Fri, 24 Jul 2015 04:04:31 -0700 (PDT) In-Reply-To: <55B21927.2040605@chamonix.reportlab.co.uk> References: <55B21154.9060103@chamonix.reportlab.co.uk> <55B2129F.8060906@chamonix.reportlab.co.uk> <55B21927.2040605@chamonix.reportlab.co.uk> Date: Fri, 24 Jul 2015 21:04:31 +1000 Subject: Re: what windows compiler for python 3.5? 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437735880 news.xs4all.nl 2943 [2001:888:2000:d::a6]:49054 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94499 On Fri, Jul 24, 2015 at 8:53 PM, Robin Becker wrote: > 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. Ah. You may well be somewhat out of luck for the moment, then; I've no idea what status is during the betas. Once Python 3.5 is released, VS 2015 should also be available, or else the official compiler for CPython 3.5 will probably be changed. In the meantime, you could possibly ask on python-dev; Steve Dower of Microsoft hangs out there, and he's the one who's driving the compiler choice - he may be able to advise as to where to get the prerelease compiler. ChrisA