Re: Writing Error in program

2007-11-20 Thread J. Clifford Dyer
On Tue, Nov 20, 2007 at 01:02:38PM -0800, [EMAIL PROTECTED] wrote regarding Writing Error in program: > > I have a code that writes to 2 seperate files. I keep getting a "list > index out of range" error. The strange part is that when checking the > files that I'm

Re: Writing Error in program

2007-11-20 Thread kyosohma
On Nov 20, 3:02 pm, [EMAIL PROTECTED] wrote: > I have a code that writes to 2 seperate files. I keep getting a "list > index out of range" error. The strange part is that when checking the > files that I'm writing too, the script has already iterated through > and finished writing, yet the error

RE: Writing Error in program

2007-11-20 Thread Looney, James B
07 2:03 PM > To: python-list@python.org > Subject: Writing Error in program > > I have a code that writes to 2 seperate files. I keep getting a "list > index out of range" error. The strange part is that when checking the > files that I'm writing too, the script has

Writing Error in program

2007-11-20 Thread koutoo
I have a code that writes to 2 seperate files. I keep getting a "list index out of range" error. The strange part is that when checking the files that I'm writing too, the script has already iterated through and finished writing, yet the error stated implies that it hasn't? So how can it be, tha