Re: Manyfile Processing

2009-12-04 Thread Peter Otten
u...@domain.invalid wrote: > On 12/04/2009 12:58 PM, Dan Sommers wrote: > > On Fri, 04 Dec 2009 10:00:53 +0200, user wrote: > > > >> sorry if i bother you with a beginners question but i have an issue > >> with processing a bunch of files. They are some arithmetic lists the > >> processing of on

Re: Manyfile Processing

2009-12-04 Thread user
On 12/04/2009 12:58 PM, Dan Sommers wrote: > On Fri, 04 Dec 2009 10:00:53 +0200, user wrote: > >> sorry if i bother you with a beginners question but i have an issue >> with processing a bunch of files. They are some arithmetic lists the >> processing of one file is an easy task but how do i proc

Re: Manyfile Processing

2009-12-04 Thread km
use glob module Krishna On Fri, Dec 4, 2009 at 6:37 PM, Diez B. Roggisch wrote: > u...@domain.invalid schrieb: > >> Hey, >> >> sorry if i bother you with a beginners question but i have an issue >> with processing a bunch of files. They are some arithmetic lists the >> processing of one file is

Re: Manyfile Processing

2009-12-04 Thread Dan Sommers
On Fri, 04 Dec 2009 10:00:53 +0200, user wrote: > sorry if i bother you with a beginners question but i have an issue > with processing a bunch of files. They are some arithmetic lists the > processing of one file is an easy task but how do i process many files? > I tried reading that files in to

Re: Manyfile Processing

2009-12-04 Thread Diez B. Roggisch
u...@domain.invalid schrieb: Hey, sorry if i bother you with a beginners question but i have an issue with processing a bunch of files. They are some arithmetic lists the processing of one file is an easy task but how do i process many files? I tried reading that files in to a list and looping

Manyfile Processing

2009-12-04 Thread user
Hey, sorry if i bother you with a beginners question but i have an issue with processing a bunch of files. They are some arithmetic lists the processing of one file is an easy task but how do i process many files? I tried reading that files in to a list and looping over the list elements but the