Re: Executing a C program from Python

2009-04-06 Thread Brent Bloxam
vishakha vaibhav wrote: Hi, I am very new to python. I have my cgi script written in Python. My CGI script should call a C program and collect the value returned by this program and pass it to the browser. Can anyone help me out in this. How can I execute the c program and collect the return

Executing a C program from Python

2009-04-06 Thread vishakha vaibhav
Hi, I am very new to python. I have my cgi script written in Python. My CGI script should call a C program and collect the value returned by this program and pass it to the browser.   Can anyone help me out in this. How can I execute the c program and collect the return value.   I tried, import