Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94538

Re: what windows compiler for python 3.5?

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 <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'compiler': 0.05; 'imho.': 0.09; 'message-id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'restriction': 0.09; 'size;': 0.09; 'url:github': 0.09; 'stack': 0.13; 'subject:python': 0.14; 'explicitly': 0.15; '"internal': 0.16; '>hope': 0.16; 'fatal': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:windows': 0.16; 'wrote:': 0.16; 'url:home': 0.18; 'version.': 0.18; '2015': 0.20; 'environments': 0.22; 'parser': 0.22; 'trying': 0.22; 'programming': 0.22; 'recognized': 0.24; 'header:X-Complaints-To:1': 0.26; 'earlier': 0.27; 'error': 0.27; 'fri,': 0.27; '+0200,': 0.27; 'interface': 0.29; 'subject:what': 0.29; "i'm": 0.30; 'code': 0.30; 'fixed': 0.31; 'community': 0.36; 'but': 0.36; 'too': 0.36; 'there': 0.36; 'visual': 0.36; 'to:addr :python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'sure': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'still': 0.40; 'some': 0.40; 'maximum': 0.61; 'side': 0.62; 'flash': 0.67; 'jul': 0.72; 'url:c': 0.76; 'reports:': 0.84; 'url:master': 0.84; 'edition': 0.86; 'capability': 0.91; 'dennis': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: what windows compiler for python 3.5?
Date Fri, 24 Jul 2015 19:51:22 -0400
Organization IISS Elusive Unicorn
References <55B21154.9060103@chamonix.reportlab.co.uk> <55B2129F.8060906@chamonix.reportlab.co.uk> <CAPTjJmrcv1U=9tak4TtR7OgVTSs2kgJHYgE6BhS-rgP_mQ6wRA@mail.gmail.com> <55B21927.2040605@chamonix.reportlab.co.uk> <mailman.944.1437735880.3674.python-list@python.org> <mailman.947.1437741242.3674.python-list@python.org> <mou1f8$i7h$1@dont-email.me>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-108-79-217-115.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 6.00/32.1186
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.969.1437781891.3674.python-list@python.org> (permalink)
Lines 30
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1437781891 news.xs4all.nl 2828 [2001:888:2000:d::a6]:59854
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:94538

Show key headers only | View raw


On Fri, 24 Jul 2015 20:53:09 +0200, ElChino <elchino@cnn.cn> declaimed the
following:

>Brian Gladman wrote:
>
> > Visual Studio 2015 Community was relased earlier this week so there is
>> no need to work with the prerelease version.
>
>Hope MS have fixed all the "internal compiler errors".
>E.g. trying to compile GeoIpApi-C [1], consistently reports:
>   libGeoIP/regionName.c(7596): fatal error C1026: parser stack overflow,
>   program too complex
>
>here. The regionName.c look pretty lame, but not that complex IMHO.
>
>[1] https://github.com/maxmind/geoip-api-c/blob/master/libGeoIP/regionName.c
>

	My pessimist side is coming out:

Might be a deliberate restriction on the Community Edition (just like some
of the development environments for microcontrollers -- I have TIVA
"evaluation" boards with 256kB and 1MB flash but most of the free
development environments are locked at 32kB maximum code size; I'm still
not sure of TI's CCS 6, where CCS 5 explicitly gave full capability when it
recognized the built-in programming interface of the boards)
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: what windows compiler for python 3.5? Chris Angelico <rosuav@gmail.com> - 2015-07-24 21:04 +1000
  Re: what windows compiler for python 3.5? Brian Gladman <blindanagram@nowhere.net> - 2015-07-24 13:24 +0100
    Re: what windows compiler for python 3.5? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-25 01:33 +0100
  Re: what windows compiler for python 3.5? Brian Gladman <blindanagram@nowhere.net> - 2015-07-24 13:24 +0100
    Re: what windows compiler for python 3.5? ElChino <elchino@cnn.cn> - 2015-07-24 20:53 +0200
      Re: what windows compiler for python 3.5? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-07-24 19:51 -0400

csiph-web