Re: [Tutor] Creating a basic CGI script

2012-08-03 Thread Alan Gauld
On 03/08/12 17:58, Smaran Harihar wrote: I wish to create a basic cgi script which will interact with the ajax call from my Ext-JS, modify it and then return it back to the ext-js. This forum is for people learning the Python language and the standard library. CGI is a standard module but not

[Tutor] Creating a basic CGI script

2012-08-03 Thread Smaran Harihar
Hi, I wish to create a basic cgi script which will interact with the ajax call from my Ext-JS, modify it and then return it back to the ext-js. I just completed this tutorial which tells me how I should create a cgi-script but it was interacting with the py script. How do I make a simple cgi for