Re: i want to know what is the problem in this code

2007-11-26 Thread Gerardo Herzig
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

Re: i want to know what is the problem in this code

2007-11-26 Thread Bruno Desthuilliers
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 want to know what is the problem in this code

2007-11-25 Thread nani
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