7stud <[EMAIL PROTECTED]> wrote: >> > tempfileName = "\"proctemp\\" + > self.matrix[c][0] + "_other.txt\""
It wouldn't exactly result in either of the error messages you posted, but I expect the spurious quote marks round the filename will be giving you problems. Surely you want the filename to be something like 'proctemp\fred_other.txt' rather than '"proctemp\fred_other.txt"' with the spurious double quotes? -- http://mail.python.org/mailman/listinfo/python-list