Francesc Altet wrote:
> A Monday 24 September 2007, Francesc Altet escrigué:
>> A Monday 24 September 2007, Michael Hoffman escrigué:
>>> Perhaps it would still take the same time over the whole file, but
>>> I think that by doing a depth-first search I can get to the first
>>> Leaf more quickly.
>
A Monday 24 September 2007, Francesc Altet escrigué:
> A Monday 24 September 2007, Michael Hoffman escrigué:
> > Hi Francesc. Thanks for the explanation.
> >
> > Francesc Altet wrote:
> > >> Additionally, what would you think about allowing the user to
> > >> specify a depth-first iteration in the
Dear Hans-
Your answer was all I needed to get the script working. Thanks for the
gentle lesson to a relative python newbie re: the difference between import
module and from module import *. I was so focused on Pytables specifics, I
didn't consider it was more likely a generic error message.
Mu
A Monday 24 September 2007, Michael Hoffman escrigué:
> Hi Francesc. Thanks for the explanation.
>
> Francesc Altet wrote:
> >> Additionally, what would you think about allowing the user to
> >> specify a depth-first iteration in the walk functions? That is how
> >> I will work around the problem u
Hi Francesc. Thanks for the explanation.
Francesc Altet wrote:
>> Additionally, what would you think about allowing the user to specify
>> a depth-first iteration in the walk functions? That is how I will
>> work around the problem unless you think a fix to this issue will be
>> forthcoming very
Hello Michael,
A Monday 24 September 2007, Michael Hoffman escrigué:
> Thanks again for providing PyTables, which is a big help in my
> research. I am now dealing with files of tens of gigabytes which
> would probably be unthinkable to manage without PyTables. But using
> such large files brings s