Is there any way for a program to choose between 32 bit or 64-bit python dynamically?

Chris Rebert clp2 at rebertia.com
Fri Mar 20 14:32:55 EDT 2009


On Fri, Mar 20, 2009 at 6:28 AM, srinivasan srinivas
<sri_annauni at yahoo.co.in> wrote:
>
> Hi,
> Is thera any way for a program to choose between 32-bit or 64-bit dynamically?

Doubt it, since it's set in stone from when your CPython interpreter
got compiled.
There may be some workaround to use 32bit libs from a 64-bit program
though, but I'm not at all sure.

Cheers,
Chris

-- 
I have a blog:
http://blog.rebertia.com



More information about the Python-list mailing list