Re: Python; jump to a concrete line

2007-12-20 Thread Tobiah
Horacius ReX wrote: > Hi, sorry but after looking for information, I still did not get how, > when reading a text file in python, can one jump to a concrete line > and then read the different data (separated by spaces). In each line > there is different number of columns so sometimes i get kind of

Re: Python; jump to a concrete line

2007-12-20 Thread Rob Wolfe
Horacius ReX <[EMAIL PROTECTED]> writes: > Hi, sorry but after looking for information, I still did not get how, > when reading a text file in python, can one jump to a concrete line > and then read the different data (separated by spaces). In each line > there is different number of columns so so

Re: Python; jump to a concrete line

2007-12-20 Thread Chris
On Dec 20, 8:13 pm, "Russell Blau" <[EMAIL PROTECTED]> wrote: > "Horacius ReX" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > Hi, sorry but after looking for information, I still did not get how, > > when reading a text file in python, can one jump to a concrete line > > and

Re: Python; jump to a concrete line

2007-12-20 Thread Russell Blau
"Horacius ReX" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, sorry but after looking for information, I still did not get how, > when reading a text file in python, can one jump to a concrete line > and then read the different data (separated by spaces). In each line > there is

Re: Python; jump to a concrete line

2007-12-20 Thread Chris
On Dec 20, 7:56 pm, Horacius ReX <[EMAIL PROTECTED]> wrote: > Hi, sorry but after looking for information, I still did not get how, > when reading a text file in python, can one jump to a concrete line > and then read the different data (separated by spaces). In each line > there is different numbe

Python; jump to a concrete line

2007-12-20 Thread Horacius ReX
Hi, sorry but after looking for information, I still did not get how, when reading a text file in python, can one jump to a concrete line and then read the different data (separated by spaces). In each line there is different number of columns so sometimes i get kind of "index out" error. Is there