Re: [Tutor] Problem with a variable in a CGI program

2005-01-07 Thread Jacob S.
> line of white space. Could it be you have an unterminated > string (missing close quotes) at the end of your program? > > Alan G I would like to add maybe a missing or extra parenthesis? I have trouble with that alot. Jacob ___ Tutor maillist - Tut

Re: [Tutor] Problem with a variable in a CGI program

2005-01-07 Thread Alan Gauld
> But now I have much weirder problem... > I got this error: > > C:\>maillist.py > File "C:\maillist.py", line 84 > >^ > SyntaxError: invalid syntax > > And the weird thing is that the program has only 83 lines... > For some reas

Re: [Tutor] Problem with a variable in a CGI program

2005-01-07 Thread Danny Yoo
> But now I have much weirder problem... > I got this error: > > C:\>maillist.py > File "C:\maillist.py", line 84 > >^ > SyntaxError: invalid syntax > > And the weird thing is that the program has only 83 lines... For some > re

Re: [Tutor] Problem with a variable in a CGI program

2005-01-07 Thread Mark Kels
On Fri, 7 Jan 2005 11:16:29 -0800 (PST), Danny Yoo <[EMAIL PROTECTED]> wrote: > > > On Fri, 7 Jan 2005, Mark Kels wrote: > > > I started to read the following code (I will start working on it when > > this problem is fixed) and it looks OK while I read it. But for some > > reason it doesn't work

Re: [Tutor] Problem with a variable in a CGI program

2005-01-07 Thread Danny Yoo
On Fri, 7 Jan 2005, Mark Kels wrote: > I started to read the following code (I will start working on it when > this problem is fixed) and it looks OK while I read it. But for some > reason it doesn't work... Hi Mark, Ok, let's take a look at the error message: > Traceback (most recent call

[Tutor] Problem with a variable in a CGI program

2005-01-07 Thread Mark Kels
HI all ! I started to read the following code (I will start working on it when this problem is fixed) and it looks OK while I read it. But for some reason it doesn't work... Here is the code: # MailList is copyright (c) 2000 of Programmed Integration # You may use this code in any way you see fit,