<div class="gmail_quote">On Mon, Nov 22, 2010 at 17:48, Jesus Cea <span dir="ltr"><<a href="mailto:jcea@jcea.es">jcea@jcea.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
</div>I think this is probably trivial, but is there any foolproof way to<br>
detect 64 bit builds in python, beside "sys.maxint"?.<br></blockquote><div><br></div><div>import platform</div><div>platform.architecture()</div></div>