Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32916 > unrolled thread

Re: Invalid syntax

Started by"R. Michael Weylandt" <michael.weylandt@gmail.com>
First post2012-11-07 23:22 +0000
Last post2012-11-07 23:22 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Invalid syntax "R. Michael Weylandt" <michael.weylandt@gmail.com> - 2012-11-07 23:22 +0000

#32916 — Re: Invalid syntax

From"R. Michael Weylandt" <michael.weylandt@gmail.com>
Date2012-11-07 23:22 +0000
SubjectRe: Invalid syntax
Message-ID<mailman.3405.1352330586.27098.python-list@python.org>
On Wed, Nov 7, 2012 at 11:17 PM, Smaran Harihar
<smaran.harihar@gmail.com> wrote:
> Hi guys,
>
> I am stuck in one of those non identifiable error location in the code. The
> code keeps giving invalid syntax. This is my code.
>
> I am using the same code for another code and not sure why this is not
> working. This is the traceback that I am getting.
>
> Any idea where am I going wrong?

If the dpaste link is correct, you're missing a close-parenthesis at
the end of the w.record line:

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

Cheers,
Michael

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web