<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:12.727272033691406px">Hi all,</span><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
I just installed Python 2.7.5 64-bit () on a Windows 7 64-bit OS computer.  When I evaluate sys.maxint I don't get what I was expected.  I get this:</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><div>Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on win32</div><div>Type "copyright", "credits" or "license()" for more information.</div>
<div>>>> import sys</div><div>>>> sys.maxint</div><div><a href="tel:2147483647" value="+12147483647" target="_blank">2147483647</a></div><div>>>> import platform</div><div>>>> platform.machine()</div>
<div>'AMD64'</div><div>>>> import os</div><div>>>> os.environ['PROCESSOR_ARCHITECTURE']</div><div>'AMD64'</div><div>>>> </div></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"> Should I not get a 64-bit integer maxint (9223372036854775807) for sys.maxint ?<br>
</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">Or is there something I am missing here?</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">Thanks!</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
/ Pierre Rouleau</div><div class="" style="font-family:arial,sans-serif;font-size:12.727272033691406px"></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 16, 2013 at 6:23 AM, "Martin v. Löwis" <span dir="ltr"><<a href="mailto:martin@v.loewis.de" target="_blank">martin@v.loewis.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am 16.05.13 10:42, schrieb Ben Hoyt:<br>
<div class="im"><br>
> FYI, I tried this just now with Python 2.7.4 running, and the<br>
> installer nicely tells you that "some files that need to be updated<br>
> are currently in use ... the following applications are using files,<br>
> please close them and click Retry ... python.exe (Process Id: 5388)".<br>
><br>
> So you can't do it while python.exe is running, but at least it<br>
> notifies you and gives you the option to retry. Good work, whoever did<br>
> this installer.<br>
<br>
</div>This specific feature is part of the MSI technology itself, so the honor<br>
goes to Microsoft in this case. They also have an advanced feature where<br>
the installer can tell the running application to terminate, and then<br>
restart after installation (since Vista, IIRC). Unfortunately, this<br>
doesn't apply to Python, as a "safe restart" is typically not feasible.<br>
<br>
FWIW, I'm the one who put together the Python installer.<br>
<br>
Regards,<br>
Martin<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/prouleau001%40gmail.com" target="_blank">http://mail.python.org/mailman/options/python-dev/prouleau001%40gmail.com</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>/Pierre
</div>