On 06/14/2013 10:27 AM, Alan Gauld wrote: > On 14/06/13 14:27, Matt D wrote: >> im sorry i dont get it. there is too many brackets in this lin: >> >> tmplist.append(field_values["nac"]) >> >> Thats where the error is > > No, that's where Python *detected* that an error existed. > The actual error is on the previous line. This is quite > common, especially in cases of mismatched parens or quotes. > > There is a difference between where an error *occurs* and > where an error is *detected*. > got it. the error can be in the previous line. its running now. Thanks guys! _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
- [Tutor] Fwd: Re: Need Help Modifying a wxPython GUI (scrol... Matt D
- Re: [Tutor] Fwd: Re: Need Help Modifying a wxPython G... Dave Angel
- Re: [Tutor] Fwd: Re: Need Help Modifying a wxPyth... Matt D
- Re: [Tutor] Fwd: Re: Need Help Modifying a wx... Dave Angel
- Re: [Tutor] Fwd: Re: Need Help Modifying ... Matt D
- Re: [Tutor] Fwd: Re: Need Help Modif... Dave Angel
- Re: [Tutor] Fwd: Re: Need Help M... Matt D
- Re: [Tutor] Fwd: Re: Need He... Matt D
- Re: [Tutor] Fwd: Re: Need He... Don Jennings
- Re: [Tutor] Fwd: Re: Need He... Alan Gauld
- Re: [Tutor] Fwd: Re: Need He... Matt D
- Re: [Tutor] Fwd: Re: Need He... Alan Gauld
- Re: [Tutor] Fwd: Re: Need He... Matt D
- Re: [Tutor] Fwd: Re: Need He... Dave Angel
- Re: [Tutor] Fwd: Re: Need He... Matt D
- Re: [Tutor] Fwd: Re: Need He... Dave Angel
- Re: [Tutor] Fwd: Re: Need He... Steven D'Aprano