Re: trouble controlling vim with subprocess on windows machine

2007-07-10 Thread agc
Hi Josiah, > >> This recipe for asynchronous communication usingsubprocesscould be > >> used to write an expect-like tool: > >>http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/440554 I have played with the above recipe and it is excellent, but could you please go into some more detail

fast method accessing large, simple structured data

2008-02-02 Thread agc
Hi, I'm looking for a fast way of accessing some simple (structured) data. The data is like this: Approx 6 - 10 GB simple XML files with the only elements I really care about are the and ones. So what I'm hoping to do is put this data in a format so that I can access it as fast as possible for

Re: fast method accessing large, simple structured data

2008-02-02 Thread agc
On Feb 2, 1:50 pm, John Machin <[EMAIL PROTECTED]> wrote: > agc wrote: > > Hi, > > > I'm looking for a fast way of accessing some simple (structured) data. > > > The data is like this: > > Approx 6 - 10 GB simple XML files with the only elements > >