Compile 32bit C-lib on 64 bit

Hegedüs, Ervin airween at gmail.com
Mon May 2 02:43:39 EDT 2011


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.



More information about the Python-list mailing list