Re: [Tutor] Newbie College Student

2007-08-05 Thread Alan Gauld
"TheSarge" <[EMAIL PROTECTED]> wrote > information (name and email). I think I am lost on whether or not my > actual > py script needs to link to a cgi script or if I can do it all in a > py Your python script is a CGI script and it needs to run under a web server. There is a simple CGI serve

Re: [Tutor] Newbie College Student

2007-08-05 Thread Bob Gailer
TheSarge wrote: > Hi All, > > Been tasked with an assignment that is kicking my butt. We have been asked > to write a py utilizing cgi to ask for simplistic web form guestbook > information (name and email). I think I am lost on whether or not my actual > py script needs to link to a cgi script or

[Tutor] Newbie College Student

2007-08-05 Thread TheSarge
Hi All, Been tasked with an assignment that is kicking my butt. We have been asked to write a py utilizing cgi to ask for simplistic web form guestbook information (name and email). I think I am lost on whether or not my actual py script needs to link to a cgi script or if I can do it all in a py