Calling python module in cgi script

Wroozee wroozee at hotmail.com
Tue Apr 6 11:05:47 EDT 2004


hi,

I am pretty new to python and i came up with this problem. What i'm
trying to do is call a python module from my cgi script, which is
inovked by a html form.

 First the cgi script gets a value from the form and sends it to the
python module which takes that value and processes it and sends the
result back to the cgi script which again processes it and show the
result.How do i do that? Any suggestion is greatly appreciated.

Thanks,
Wroozee

PS: I can post my code if anyone wants to see it.



More information about the Python-list mailing list