<div dir="ltr">I'm looking at a python library I would like to use but it only comes in 32-bit on Windows. My windows python install is 64-bit but I can't remember if I chose that or it was just the default.  For those that use python and run Windows can any of you tell me what bit level your install is running at? Easy way to tell is run:<div><br></div><div>python -c "import sys;print sys.maxsize > 2**32"<br></div><div><br></div><div>If it prints True, you are on 64-bit.</div><div><br></div><div>I should probably just run away from this library, but it's really cool :P</div><div><br></div><div>Thanks!</div></div>