Re: problem writing to a file each record read

2006-03-15 Thread bruno at modulix
Eduardo Biano wrote: > I am a python newbie and I have a problem with writing > each record read to a file. The expected output is 10 > rows of records, but the actual output of the code > below is only one row with a very long record (10 > records are lump into one record). Thank you in > advance

Re: problem writing to a file each record read

2006-03-14 Thread Peter Otten
Eduardo Biano wrote: > #--- > #  This is the problem code. Ten records > #  is  lump into 1 row and written > #  in the output file. > # > #  My expected output is 10 rows. > #--- > info = string.join([fn, mi, ln, deg, dat] Should pr