[TriEmbed] Python default: 32 or 64-bit

Adam Haile email at adamhaile.net
Mon Apr 13 16:31:30 CDT 2015


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:

python -c "import sys;print sys.maxsize > 2**32"

If it prints True, you are on 64-bit.

I should probably just run away from this library, but it's really cool :P

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.triembed.org/pipermail/triembed_triembed.org/attachments/20150413/8653f7cb/attachment.htm>


More information about the TriEmbed mailing list