On 2012-11-07, at 3:17 PM, Smaran Harihar <smaran.hari...@gmail.com> wrote:
> Any idea where am I going wrong?

Looks like you're missing a closing parenthesis:

w.record(collection[i][0], MAT[0], TSD[0], AnnTMin[0], ANNPREC[0], 
float(collection[i][2]), float(collection[i][1])

should be

w.record(collection[i][0], MAT[0], TSD[0], AnnTMin[0], ANNPREC[0], 
float(collection[i][2]), float(collection[i][1]))

Demian Brecht
@demianbrecht
http://demianbrecht.github.com




-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to