Re: [Numpy-discussion] numpy on windows 64 bit

2010-07-06 Thread Robin
On Tue, Jul 6, 2010 at 6:57 PM, Christoph Gohlke wrote: > > I proposed a fix at http://projects.scipy.org/numpy/ticket/1535. Does it > work for you? Thanks very much... that looks great. Since it works with long's it fixes my problems (I think it will also fix a couple of the failing scipy tests)

Re: [Numpy-discussion] numpy on windows 64 bit

2010-07-06 Thread Christoph Gohlke
On 7/5/2010 4:19 AM, Robin wrote: > On Mon, Jul 5, 2010 at 12:09 PM, David Cournapeau wrote: >> >> Short of saying what those failures are, we can't help you, > > Thanks for reply... Somehow my message got truncated - I had written > more detail about the errors! > >>> I noticed that on windows

Re: [Numpy-discussion] numpy on windows 64 bit

2010-07-05 Thread Robin
On Mon, Jul 5, 2010 at 12:09 PM, David Cournapeau wrote: > > Short of saying what those failures are, we can't help you, Thanks for reply... Somehow my message got truncated - I had written more detail about the errors! >> I noticed that on windows sys.maxint is the 32bit value (2147483647 > > T

Re: [Numpy-discussion] numpy on windows 64 bit

2010-07-05 Thread David Cournapeau
Hi Robin, On Mon, Jul 5, 2010 at 5:24 PM, Robin wrote: > Hi, > > I am having some problems with win64 with all my tests failing. Short of saying what those failures are, we can't help you, > > I installed amd64 Python from Python.org and numpy and scipy from > http://www.lfd.uci.edu/~gohlke/pyt

[Numpy-discussion] numpy on windows 64 bit

2010-07-05 Thread Robin
Hi, I am having some problems with win64 with all my tests failing. I installed amd64 Python from Python.org and numpy and scipy from http://www.lfd.uci.edu/~gohlke/pythonlibs/ I noticed that on windows sys.maxint is the 32bit value (2147483647 ___ Num