Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21999
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <thbach@students.uni-mainz.de> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.020 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'received:134': 0.05; 'subject:Python': 0.05; 'python': 0.08; 'machines.': 0.09; 'subject:modules': 0.09; 'subject:which': 0.16; 'subject:Windows': 0.17; 'shipped': 0.18; 'memory': 0.21; 'header:In-Reply-To:1': 0.22; 'writes:': 0.25; 'windows': 0.26; 'cc:2**0': 0.26; 'bit': 0.28; 'compile': 0.29; 'installing': 0.29; 'subject:?': 0.31; 'version': 0.32; 'header:User-Agent:1': 0.33; 'hi,': 0.34; 'running': 0.34; 'to:addr:python-list': 0.35; 'but': 0.37; 'charset:us-ascii': 0.37; 'using': 0.37; 'mass': 0.38; 'data': 0.38; 'processing': 0.39; 'received:de': 0.39; 'subject: (': 0.40; 'to:addr:python.org': 0.40; 'our': 0.63; 'limit': 0.67; 'gcc?': 0.84; 'received:10.94': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=uni-mainz.de; i=@uni-mainz.de; q=dns/txt; s=ironport; t=1332356655; x=1363892655; h=from:to:cc:subject:references:date:in-reply-to: message-id:mime-version; bh=cSP1ItOxwq81FQMepKoc/WZEdzN3E2Hr+BgEyHRNdDE=; b=ZM/4I5UKdHD6o7WEeqesVpVS1E8uzpz40WYheFqmSlE7Yzrkaz7l05uc +yJbAnyIdIIQJdbAOnJVzgQ7pcMSRvD7c1bQJSu8NGgpGPXm6Whdd8JPL dGM26XyNHPk3GP6axiU5BLMZIpct/qmrFqndEjnYbKSgTcqWIEqM+qAsK E=; |
| X-IronPort-Anti-Spam-Filtered | true |
| X-IronPort-Anti-Spam-Result | AogJAIslak8KXgZQ/2dsb2JhbABDtX8DgheCCQEBBAEfG0QLCyEVEA8BBCkMARMOBYgFCbZPil11gg2DIgSVX5AngmiBVA |
| From | Thomas Bach <thbach@students.uni-mainz.de> |
| To | <python-list@python.org> |
| CC | |
| Subject | Re: Compiling Python (modules) on 64bit Windows - which compiler suite? |
| References | <808abad4-3ab3-4336-8a31-2f88eb28be01@v22g2000vby.googlegroups.com> |
| Date | Wed, 21 Mar 2012 20:03:01 +0100 |
| In-Reply-To | <808abad4-3ab3-4336-8a31-2f88eb28be01@v22g2000vby.googlegroups.com> (Ralph Heinkel's message of "Wed, 21 Mar 2012 08:06:47 -0700") |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="us-ascii" |
| X-Originating-IP | [85.52.55.35] |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.872.1332356657.3037.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1332356657 news.xs4all.nl 6981 [2001:888:2000:d::a6]:35477 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:21999 |
Show key headers only | View raw
Hi,
Ralph Heinkel <ralph.heinkel@web.de> writes:
> Hi,
>
> when processing our mass spectrometry data we are running against the
> 2GB memory limit on our 32 bit machines. So we are planning to move to
> 64bit. Downloading and installing the 64bit version of Python for
> Windows is trivial, but how do we compile our own C extension?
What about installing Cygwin and using the shipped GCC?
Regards,
Thomas Bach.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Compiling Python (modules) on 64bit Windows - which compiler suite? Ralph Heinkel <ralph.heinkel@web.de> - 2012-03-21 08:06 -0700
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? Terry Reedy <tjreedy@udel.edu> - 2012-03-21 13:56 -0400
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-03-21 15:02 -0400
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? Thomas Bach <thbach@students.uni-mainz.de> - 2012-03-21 20:03 +0100
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? cjgohlke@gmail.com - 2012-03-21 17:06 -0700
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? Ralph Heinkel <ralph.heinkel@web.de> - 2012-03-22 11:34 -0700
Re: Compiling Python (modules) on 64bit Windows - which compiler suite? Stefan Behnel <stefan_ml@behnel.de> - 2012-03-22 08:06 +0100
csiph-web