Re: Passing arguments to python from URL

2005-03-22 Thread David M. Cooke
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

Passing arguments to python from URL

2005-03-22 Thread Casey Bralla
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