Several time I encountered problems in transfering large files between XP
stations on a wireless network. Could be a result of the unsafe UDP prtocol
used by microsoft network protocol (do not have a vista/7 machines to test it).
Nadav
From: numpy-disc
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
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
On 4/26/11 3:18 PM, Jason Grout wrote:
> On 4/26/11 11:49 AM, Pauli Virtanen wrote:
>> But apparently either there's a bug, or the LAPACK man page needs to
>> be understood as you say.
>
> I've posted a question to the Lapack forum:
>
> http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=2&t=2402
W