Re: reading from list with paths

2008-06-25 Thread MRAB
On Jun 25, 10:00 pm, norseman <[EMAIL PROTECTED]> wrote: > antar2 wrote: > > Hello, > > > I would like to  read and print files, of which the complete filepaths > > are > >  mentioned in another textfile. In this textfile (list.txt)  are for > >  example the following paths: > > > /data/chorec/chor

Re: reading from list with paths

2008-06-25 Thread norseman
antar2 wrote: Hello, I would like to read and print files, of which the complete filepaths are mentioned in another textfile. In this textfile (list.txt) are for example the following paths: /data/chorec/chorec-nieuw/s01/S01C001M1/S01C001M1_1LG_f01.TextGrid /data/chorec/chorec-nieuw/s01/S

Re: reading from list with paths

2008-06-25 Thread Lie
On Jun 26, 1:59 am, antar2 <[EMAIL PROTECTED]> wrote: > Hello, > > I would like to  read and print files, of which the complete filepaths > are >  mentioned in another textfile. In this textfile (list.txt)  are for >  example the following paths: > > /data/chorec/chorec-nieuw/s01/S01C001M1/S01C001M

Re: reading from list with paths

2008-06-25 Thread [EMAIL PROTECTED]
On 25 juin, 20:59, antar2 <[EMAIL PROTECTED]> wrote: > Hello, > (snip repost of the very same question) > I already got one answer for this question, but it did not work For which definition of "did not work" ? How is your code ? What did you expect, and what did you get ? Sorry to ask these que

Re: reading from list with paths

2008-06-25 Thread Cédric Lucantis
Le Wednesday 25 June 2008 20:59:38 antar2, vous avez écrit : > Hello, > > I would like to read and print files, of which the complete filepaths > are > mentioned in another textfile. In this textfile (list.txt) are for > example the following paths: > > /data/chorec/chorec-nieuw/s01/S01C001M1/S

reading from list with paths

2008-06-25 Thread antar2
Hello, I would like to read and print files, of which the complete filepaths are mentioned in another textfile. In this textfile (list.txt) are for example the following paths: /data/chorec/chorec-nieuw/s01/S01C001M1/S01C001M1_1LG_f01.TextGrid /data/chorec/chorec-nieuw/s01/S01C001M1/ S01C00

Re: reading from list with paths

2008-06-25 Thread Larry Bates
antar2 wrote: Hello, Suppose this is a stupid question, but as a python beginner I encounter a lot of obstacles... so I would be very grateful with some help for following question: I would like to read files, of which the complete filepaths are mentioned in another textfile. In this textfile (

reading from list with paths

2008-06-25 Thread antar2
Hello, Suppose this is a stupid question, but as a python beginner I encounter a lot of obstacles... so I would be very grateful with some help for following question: I would like to read files, of which the complete filepaths are mentioned in another textfile. In this textfile (list.txt) are f