Re: always raise syntax error!

2006-10-16 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Larry Bates <[EMAIL PROTECTED]> wrote: >daniel wrote: . . . >> well, I would say, the reason why I could not position the error code >> may partly due to the ambiguous message that python provid

Re: always raise syntax error!

2006-10-13 Thread Larry Bates
daniel wrote: > thank you so much for the reply. > > I finally re-type all the codes where python would raise syntax error, > then fixed. I did not examine every single word of my old codes though, > there might be some parenthesis not matching somewhere, I guess. > > well, I would say, the reas

Re: always raise syntax error!

2006-10-13 Thread daniel
thank you so much for the reply. I finally re-type all the codes where python would raise syntax error, then fixed. I did not examine every single word of my old codes though, there might be some parenthesis not matching somewhere, I guess. well, I would say, the reason why I could not position

Re: always raise syntax error!

2006-10-12 Thread Steven D'Aprano
On Thu, 12 Oct 2006 23:25:58 -0700, daniel wrote: > I'm not quite new to this language, but such error has never happened > so frequently before. I have no idea what to do about it, because > there's actually no syntax error at all !! Looking into my crystal ball, I see that you are correct, ther