Re: Creating a simple CGI Script

2012-08-02 Thread Smaran Harihar
Thanks a lot Xavier, that was exactly what was needed. On Thu, Aug 2, 2012 at 11:44 AM, Xavier Combelle wrote: > In server.py you made a mistake in the declaration of the cgi directory > it should be > handler.cgi_directories = ["/"] > > > Le 02/08/2012 20:20, Smaran Harihar a écrit : > > Hi, >

Re: Creating a simple CGI Script

2012-08-02 Thread Xavier Combelle
In server.py you made a mistake in the declaration of the cgi directory it should be handler.cgi_directories = ["/"] Le 02/08/2012 20:20, Smaran Harihar a écrit : Hi, I am trying to create a simple CGI Script and following this tutorials

Creating a simple CGI Script

2012-08-02 Thread Smaran Harihar
Hi, I am trying to create a simple CGI Script and following this tutorialsbut unfortunately my output is only printing the cgi file as it is on the browser. I have already provided the py scripts with the executable func