Re: [Numpy-discussion] Annoyance of memap rray with multiprocessing.Pool.applay_async

2010-04-03 Thread Robert Kern
On Sat, Apr 3, 2010 at 14:29, Nadav Horesh wrote: > > The following script generate the following error on every loop iteration in > the function average: > > Exception AttributeError: AttributeError("'NoneType' object has no attribute > 'tell'",) in ignored > > where xx is a scalar (the ar

[Numpy-discussion] Annoyance of memap rray with multiprocessing.Pool.applay_async

2010-04-03 Thread Nadav Horesh
The following script generate the following error on every loop iteration in the function average: Exception AttributeError: AttributeError("'NoneType' object has no attribute 'tell'",) in ignored where xx is a scalar (the array sum). I get this error with numpy1.4 on a linux64 (dual cor