Re: F.readline

2005-05-05 Thread Alex N
Erik Max Francis wrote: > Robert Kern wrote: > > > There is no such command built in. You will have to build it yourself > > out of the components that are available. > > linecache is probably what he's looking for. > > -- > Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/ > Sa

Re: F.readline

2005-05-05 Thread Robert Kern
Erik Max Francis wrote: > Robert Kern wrote: > >>There is no such command built in. You will have to build it yourself >>out of the components that are available. > > linecache is probably what he's looking for. Well, I'll be darned, indeed it is. Hooray for the time machine. -- Robert Kern [

Re: F.readline

2005-05-05 Thread Erik Max Francis
Robert Kern wrote: > There is no such command built in. You will have to build it yourself > out of the components that are available. linecache is probably what he's looking for. -- Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/ San Jose, CA, USA && 37 20 N 121 53 W && A

Re: F.readline

2005-05-05 Thread Robert Kern
Alex Nordhus wrote: > Having some trouble with f.readline and python. Specifically looking for > the command to tell it to go and read a specific line. There is no such command built in. You will have to build it yourself out of the components that are available. -- Robert Kern [EMAIL PROTECTED