On Fri, Mar 20, 2009 at 6:28 AM, srinivasan srinivas
<sri_anna...@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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to