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
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
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
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