"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
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
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