nani wrote:
>i am getting the following error for below code
>
> Python 2.5.1: C:\Python25\python.exe
>Mon Nov 26 10:13:17 2007
>
>A problem occurred in a Python script. Here is the sequence of
>function calls leading up to the error, in the order they occurred.
> C:\Program Files\Apache Group\A
nani a écrit :
> i am getting the following error for below code
>
(snip)
> C:\Program Files\Apache Group\Apache2\cgi-bin\hello.py in ()
> 7
> 8 val = cgi.FieldStorage()
> 9 name = val["name"].value
(snip)
>
> : 'name'
Obviously there's no 'name' argument in the http request. Rememb
i am getting the following error for below code
Python 2.5.1: C:\Python25\python.exe
Mon Nov 26 10:13:17 2007
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
C:\Program Files\Apache Group\Apache2\cgi-bin\hello