Re: run a script and supply commands from a python cgi script

2006-12-14 Thread Larry Bates
[EMAIL PROTECTED] wrote: > Hi > > #1 How do I open a script from another script. Use subprocess or popen > #2 when I run the script how can I supply commands to the script. See documentation on subprocess or popen > #3 how do I find the what commands the script needs. See documentation that c

run a script and supply commands from a python cgi script

2006-12-14 Thread moishyyehuda
Hi #1 How do I open a script from another script. #2 when I run the script how can I supply commands to the script. #3 how do I find the what commands the script needs. The thing is like this. I need to set up a module on my server, but i cant access the server with a comand line. So I want to ru