Re: [Pytables-users] PyTables and Multiprocessing

2013-07-12 Thread Mathieu Dubois
Hi Anthony, Thank you very much for your answer (it works). I will try to remodel my code around this trick but I'm not sure it's possible because I use a framework that need arrays. Can somebody explain what is going on? I was thinking that PyTables keep weakref to the file for lazy

Re: [Pytables-users] PyTables and Multiprocessing

2013-07-12 Thread Anthony Scopatz
On Fri, Jul 12, 2013 at 1:51 AM, Mathieu Dubois duboismathieu_g...@yahoo.fr wrote: Hi Anthony, Thank you very much for your answer (it works). I will try to remodel my code around this trick but I'm not sure it's possible because I use a framework that need arrays. I think that this

Re: [Pytables-users] HDF5/PyTables/NumPy Question

2013-07-12 Thread Anthony Scopatz
Hi Robert, Glad these materials can be helpful. (Note: these questions really should be asked on the pytables-users mailing list -- CC'd here -- so please join that list: https://lists.sourceforge.net/lists/listinfo/pytables-users) On Fri, Jul 12, 2013 at 12:48 PM, Robert Nelson