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


Groups > comp.lang.python > #4444

Re: Compile 32bit C-lib on 64 bit

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <airween@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python.': 0.05; '+0100,': 0.07; 'python': 0.07; '32-bit': 0.09; 'interpreter,': 0.09; 'mix': 0.09; 'solution,': 0.09; 'binary': 0.14; 'wrote:': 0.14; 'library': 0.15; 'subject:Compile': 0.16; 'subject:bit': 0.16; 'libraries': 0.16; 'code': 0.22; 'header:In-Reply-To:1': 0.22; 'mon,': 0.22; '64-bit': 0.23; 'module,': 0.23; 'uses.': 0.23; 'version': 0.25; 'thanks': 0.29; 'nobody': 0.29; "can't": 0.31; 'to:addr:python-list': 0.32; 'another': 0.32; 'thank': 0.32; 'module': 0.33; 'there': 0.35; 'header:User-Agent:1': 0.35; 'hoping': 0.36; 'hello,': 0.36; 'else': 0.37; 'either': 0.37; 'ok,': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'received:86': 0.60; '2011': 0.62; 'reply,': 0.73; 'received:hu': 0.84; 'subject:32bit': 0.84
X-Spam-Score -1.348
X-Spam-Level
X-Spam-Status No, score=-1.348 tagged_above=-20 required=4 tests=[AWL=0.021, BAYES_00=-2.599, DNS_FROM_OPENWHOIS=1.13, RDNS_NONE=0.1]
Date Mon, 2 May 2011 08:43:39 +0200
From Hegedüs, Ervin <airween@gmail.com>
To python-list@python.org
Subject Re: Compile 32bit C-lib on 64 bit
References <mailman.1045.1304280864.9059.python-list@python.org> <pan.2011.05.02.02.20.19.656000@nowhere.com>
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Disposition inline
In-Reply-To <pan.2011.05.02.02.20.19.656000@nowhere.com>
User-Agent Mutt/1.5.21 (2010-09-15)
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.1060.1304318629.9059.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 82.94.164.166
X-Trace 1304318629 news.xs4all.nl 32470 [::ffff:82.94.164.166]:39076
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:4444

Show key headers only | View raw


Hello,

thanks for all reply,

On Mon, May 02, 2011 at 03:20:40AM +0100, Nobody wrote:
> You need to build your module for a 32-bit version of Python.

ok, I believed it, I was hoping there is another solution,

> On a 64-bit system, each process is either 32-bit or 64-bit process. You
> can't mix 32-bit code and 64-bit code in a single process. If you have to
> use that library and you only have a 32-bit version of it, then everything
> else must also be 32-bit: the Python interpreter, your binary module, and
> all of the libraries which it uses.

ok, thank you,


a.

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


Thread

Compile 32bit C-lib on 64 bit Hegedüs Ervin <airween@gmail.com> - 2011-05-01 22:14 +0200
  Re: Compile 32bit C-lib on 64 bit Nobody <nobody@nowhere.com> - 2011-05-02 03:20 +0100
    Re: Compile 32bit C-lib on 64 bit Hegedüs, Ervin <airween@gmail.com> - 2011-05-02 08:43 +0200
  Re: Compile 32bit C-lib on 64 bit Jorgen Grahn <grahn+nntp@snipabacken.se> - 2011-05-02 08:31 +0000

csiph-web