File Creation Not Working In A Thread Class?

Duncan Booth duncan.booth at invalid.invalid
Sun May 11 15:55:31 EDT 2008


7stud <bbxx789_05ss at yahoo.com> 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?



More information about the Python-list mailing list