Re: [Numpy-discussion] numpy.load truncates read from network file on XP

2011-04-29 Thread Dan Halbert
On Thursday, April 28, 2011 5:22pm, "Dan Halbert" said: > I'm having trouble loading a large remote .npy file on Windows XP. This is on > numpy-1.3.0 on Windows XP SP3: > > numpy.load(r'\\myserver\mydir\big.npy') > > will fail with this sort of error being printed: > "14328000 items requ

Re: [Numpy-discussion] numpy.load truncates read from network file on XP

2011-04-28 Thread Nadav Horesh
-discussion-boun...@scipy.org [numpy-discussion-boun...@scipy.org] On Behalf Of Bruce Southey [bsout...@gmail.com] Sent: 29 April 2011 04:56 To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] numpy.load truncates read from network file on XP On Thu, Apr 28, 2011 at 4:22 PM, Dan

Re: [Numpy-discussion] numpy.load truncates read from network file on XP

2011-04-28 Thread Bruce Southey
On Thu, Apr 28, 2011 at 4:22 PM, Dan Halbert wrote: > I'm having trouble loading a large remote .npy file on Windows XP. This is on > numpy-1.3.0 on Windows XP SP3: > >    numpy.load(r'\\myserver\mydir\big.npy') > > will fail with this sort of error being printed: >    "14328000 items requested b

[Numpy-discussion] numpy.load truncates read from network file on XP

2011-04-28 Thread Dan Halbert
I'm having trouble loading a large remote .npy file on Windows XP. This is on numpy-1.3.0 on Windows XP SP3: numpy.load(r'\\myserver\mydir\big.npy') will fail with this sort of error being printed: "14328000 items requested but only 54 read" and then I get this with a backtrace: "Val