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


Groups > comp.lang.python > #21998

Re: Compiling Python (modules) on 64bit Windows - which compiler suite?

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed20.multikabel.net!news2.euro.net!newsgate.cistron.nl!newsgate.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.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.08; 'machines.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:modules': 0.09; 'url:%28': 0.09; 'url:%29': 0.09; 'url:msdn': 0.09; 'configure': 0.10; 'bieber': 0.16; 'bit.': 0.16; 'compilers': 0.16; 'declaimed': 0.16; 'email addr:ix.netcom.com': 0.16; 'email name:wlfraed': 0.16; 'from:addr:ix.netcom.com': 0.16; 'from:addr:wlfraed': 0.16; 'from:name:dennis lee bieber': 0.16; 'received:wlfraed': 0.16; 'subject:which': 0.16; 'url:netcom': 0.16; 'url:wlfraed': 0.16; 'wulfraed': 0.16; 'subject:Windows': 0.17; 'wed,': 0.17; 'memory': 0.21; 'url:home': 0.21; '-0700': 0.23; '64-bit': 0.23; 'windows': 0.26; 'bit': 0.28; 'compile': 0.29; 'installing': 0.29; 'url:library': 0.31; 'subject:?': 0.31; 'version': 0.32; 'header:X -Complaints-To:1': 0.34; 'lee': 0.34; 'hi,': 0.34; 'running': 0.34; 'to:addr:python-list': 0.35; 'received:org': 0.36; 'but': 0.37; 'charset:us-ascii': 0.37; 'received:76': 0.37; 'mass': 0.38; 'data': 0.38; 'processing': 0.39; 'subject: (': 0.40; 'url:microsoft': 0.40; 'to:addr:python.org': 0.40; 'our': 0.63; 'believe': 0.65; 'limit': 0.67; 'url:%1': 0.67; 'url:en-us': 0.71; 'dennis': 0.73; 'compiles': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Compiling Python (modules) on 64bit Windows - which compiler suite?
Date Wed, 21 Mar 2012 15:02:01 -0400
Organization > Bestiaria Support Staff <
References <808abad4-3ab3-4336-8a31-2f88eb28be01@v22g2000vby.googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-76-253-99-231.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 3.3/32.846
X-No-Archive YES
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.871.1332356537.3037.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1332356537 news.xs4all.nl 6949 [2001:888:2000:d::a6]:33617
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:21998

Show key headers only | View raw


On Wed, 21 Mar 2012 08:06:47 -0700 (PDT), Ralph Heinkel
<ralph.heinkel@web.de> declaimed the following in
gmane.comp.python.general:

> 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? Visual C
> ++ 2008 express comes for free, but only compiles for 32 bit.
> 
	I believe the 64-bit compilers are available in the .NET SDK... You
then need to configure Express to find them.

http://msdn.microsoft.com/en-us/library/9yb4317s%28v=vs.90%29.aspx
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

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


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