Re: using subprocess module in Python CGI

2009-01-08 Thread ANURAG BAGARIA
submitted as input tar file. Thanking you once again for your valuable time. Regards. On Wed, Dec 24, 2008 at 1:54 AM, Matt Nordhoff mnordh...@mattnordhoff.comwrote: ANURAG BAGARIA wrote: Hello, I am a Python Newbie and would like to call a short python script via browser using a CGI

Re: using subprocess module in Python CGI

2008-12-23 Thread ANURAG BAGARIA
forward to any kind of help or suggestion in this regard. Thanks. On Tue, Dec 23, 2008 at 7:00 AM, Chris Rebert c...@rebertia.com wrote: On Mon, Dec 22, 2008 at 2:02 AM, ANURAG BAGARIA anurag.baga...@gmail.com wrote: Hello, I am a Python Newbie and would like to call a short python script via

using subprocess module in Python CGI

2008-12-22 Thread ANURAG BAGARIA
Hello, I am a Python Newbie and would like to call a short python script via browser using a CGI script, but initially I am trying to call the same python script directly through python command line. The script intends to perform a few command line in a pipe and I have written the script (a short