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


Groups > comp.lang.python > #107720 > unrolled thread

Python(x,y) 64 bit

Started byPierre <tuli.herscovici@gmail.com>
First post2016-04-27 04:23 -0700
Last post2016-04-27 16:48 -0700
Articles 4 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  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

#107720 — Python(x,y) 64 bit

FromPierre <tuli.herscovici@gmail.com>
Date2016-04-27 04:23 -0700
SubjectPython(x,y) 64 bit
Message-ID<5a83e402-96f3-473f-9bac-1dc95922e940@googlegroups.com>
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?

Thanks


[toc] | [next] | [standalone]


#107726

FromZachary Ware <zachary.ware+pylist@gmail.com>
Date2016-04-27 10:16 -0500
Message-ID<mailman.150.1461770238.32212.python-list@python.org>
In reply to#107720
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

[toc] | [prev] | [next] | [standalone]


#107733

FromPierre <tuli.herscovici@gmail.com>
Date2016-04-27 16:25 -0700
Message-ID<855cf4b8-71ea-4067-a091-f78f9622619c@googlegroups.com>
In reply to#107726
On Wednesday, April 27, 2016 at 11:17:32 AM UTC-4, Zachary Ware wrote:
> 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

Zach,

I did check and it looks like the Python(x,y) 64 distribution I downloaded uses a 32 bit Python.
The question is if there is ANY Python(x,y) 64 distribution that uses the 64 bit python version.
I looked it up online and could not find anything related to this issue

[toc] | [prev] | [next] | [standalone]


#107734

FromStephen Hansen <me+python@ixokai.io>
Date2016-04-27 16:48 -0700
Message-ID<mailman.153.1461800906.32212.python-list@python.org>
In reply to#107733
On Wed, Apr 27, 2016, at 04:25 PM, Pierre wrote:
> I did check and it looks like the Python(x,y) 64 distribution I
> downloaded uses a 32 bit Python.
> The question is if there is ANY Python(x,y) 64 distribution that uses the
> 64 bit python version.
> I looked it up online and could not find anything related to this issue

I don't know anything about Python(x,y), but from their website it looks
like it doesn't offer 64-bit python. 

Note, Python(x,y) is not affiliated with Python itself.

That said, perhaps you should check out
https://www.continuum.io/downloads which is the Anaconda scientific
distribution, which I know does offer 64-bit Python support.

---
Stephen Hansen
  m e @ i x o k a i . i o

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web