Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.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; 'from:addr:yahoo.co.uk': 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; '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; 'steve': 0.18; 'language': 0.19; '>>>': 0.20; 'windows': 0.20; '2015': 0.20; 'extension': 0.20; 'lawrence': 0.22; 'trying': 0.22; 'header:In-Reply-To:1': 0.24; 'install': 0.25; "i've": 0.25; 'header:User-Agent:1': 0.26; 'command': 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; "i'm": 0.30; 'language.': 0.32; 'builds': 0.33; 'requirements': 0.35; 'python.org': 0.35; 'downloads': 0.35; 'quite': 0.35; 'community': 0.36; 'smaller': 0.36; '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; 'takes': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'mark': 0.40; 'space': 0.40; 'skip:u 10': 0.61; 'yes': 0.62; 'charset:windows-1252': 0.62; '2015.': 0.63; 'more': 0.63; 'our': 0.64; 'jul': 0.72; 'becker': 0.84; 'pythonistas,': 0.84; 'edition': 0.86; 'officially': 0.91; '2013.': 0.96 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: what windows compiler for python 3.5? Date: Fri, 24 Jul 2015 12:23:34 +0100 References: <55B21154.9060103@chamonix.reportlab.co.uk> <55B2129F.8060906@chamonix.reportlab.co.uk> <55B21927.2040605@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: host-78-146-9-232.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: <55B21927.2040605@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: 39 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437737041 news.xs4all.nl 2952 [2001:888:2000:d::a6]:52364 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94500 On 24/07/2015 11:53, Robin Becker wrote: > 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. I'm successfully building with Visual Studio Version 2015 Community Edition RC. It's a good job that modern drives have so much space as it takes up *EIGHT GIG* of space, so the download and install takes quite a time. I'm aware that Steve Dower is trying to get a much smaller install made available for those who just want to build from the command line. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence