Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #107726

Re: Python(x,y) 64 bit

From Zachary Ware <zachary.ware+pylist@gmail.com>
Newsgroups comp.lang.python
Subject Re: Python(x,y) 64 bit
Date 2016-04-27 10:16 -0500
Message-ID <mailman.150.1461770238.32212.python-list@python.org> (permalink)
References <5a83e402-96f3-473f-9bac-1dc95922e940@googlegroups.com> <CAKJDb-PYbhXQjYX0X4gk1w4ZDPRr-ufZ9=mveT+UF2SWYAue7A@mail.gmail.com>

Show all headers | View raw


Hi Pierre,

On Wed, Apr 27, 2016 at 6:23 AM, Pierre <tuli.herscovici@gmail.com> wrote:
> Hello,
>
> I installed Python(x,y) 64 bit version and ran it using a library that requires Python 64 bit.
> I got an error which indicated that I am using Python 32 bit.
>
> So, is the python used by Python(x,y) 64 bit, using Python 64 or 32 bit?

You can check by doing `python -c "import sys;print(sys.maxsize ==
2**63-1)"`.  You'll get True for 64-bit, False for 32-bit.  There's a
possibility that you've gotten a misleading error message, though.
What version of Python(x,y) are you using, and what library?

-- 
Zach

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python(x,y) 64 bit Pierre <tuli.herscovici@gmail.com> - 2016-04-27 04:23 -0700
  Re: Python(x,y) 64 bit Zachary Ware <zachary.ware+pylist@gmail.com> - 2016-04-27 10:16 -0500
    Re: Python(x,y) 64 bit Pierre <tuli.herscovici@gmail.com> - 2016-04-27 16:25 -0700
      Re: Python(x,y) 64 bit Stephen Hansen <me+python@ixokai.io> - 2016-04-27 16:48 -0700

csiph-web