From: Ed L. <ed...@le...> - 2005-04-12 11:08:44
|
On Apr 12, 2005, at 2:29 AM, Liam Clarke wrote: > columnHeadings':[ > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 [ 'Job = number',-1,2], > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 [ = 'Inquiry date', -1,2], > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 [ 'Job = date',=A0 -1,2], > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 [ 'Job = time', -1,2], > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 [ = 'Fixed?', -1,2], > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 [ 'Job = type', -1,2], > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 [ 'Job = subtype'-1,2], > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 ], > > which I thought would work gives this error - > [snip] > TypeError: unsupported operand type(s) for -: 'str' and 'int' You are missing a comma after 'Job subtype'. ___/ / __/ / ____/ Ed Leafe http://leafe.com/ http://dabodev.com/ |