Re: multiprocessing and Array problems

2012-04-12 Thread Al Niessner
to be able to pass b as an argument. The reason is that I create some of these in a loop and they are not in a global space nor are they know prior to creating the pool. On Thu, 2012-04-12 at 11:15 -0700, Al Niessner wrote: > I am not subscribed to these lists but I do check them occasionall

multiprocessing and Array problems

2012-04-12 Thread Al Niessner
;, line 225, in _handle_tasks put(task) PicklingError: Can't pickle : attribute lookup multiprocessing.sharedctypes.c_double_Array_9 failed Anyone want to take a stab as to why this error message is being generated? Again I have tried python 2.6.7, 2.7.2+, and 3.2.2. Thanks for any and all help in advance. -- Al