Casey Bralla <[EMAIL PROTECTED]> writes:
> I've got a python cgi-bin application which produces an apache web page. I
> want to pass arguments to it on the URL line, but the parameters are not
> getting passed along to python properly.
>
> I've been using sys.argv to pick up command line argument
I've got a python cgi-bin application which produces an apache web page. I
want to pass arguments to it on the URL line, but the parameters are not
getting passed along to python properly.
I've been using sys.argv to pick up command line arguments, and it works
fine when I call the python program