serve per lanciare uno script tutto qui<br><br><div><span class="gmail_quote">Il 31/10/07, <b class="gmail_sendername">Lawrence Oluyede</b> <<a href="mailto:l.oluyede@gmail.com">l.oluyede@gmail.com</a>> ha scritto:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 10/30/07, salvatore monaco <<a href="mailto:salvatore.monaco@gmail.com">salvatore.monaco@gmail.com
</a>> wrote:<br>> Ciao all<br>> c'e' un modo per lanciare uno script esterno in php da uno script python cgi<br><br>subprocess.Popen(['/usr/bin/php5', '/path/script.php5'])<br><br>Se vuoi catturare l'output gli devi dire che vuoi che stdout/stderr
<br>venga redirezionato sulla PIPE. Per il come:<br><<a href="http://blog.doughellmann.com/2007/07/pymotw-subprocess.html">http://blog.doughellmann.com/2007/07/pymotw-subprocess.html</a>><br><br>ps. a cosa ti serve?
<br><br><br>--<br>Lawrence, <a href="http://oluyede.org">oluyede.org</a> - <a href="http://neropercaso.it">neropercaso.it</a><br>"It is difficult to get a man to understand<br>something when his salary depends on not
<br>understanding it" - Upton Sinclair<br><br>_______________________________________________<br>Python mailing list<br><a href="mailto:Python@lists.python.it">Python@lists.python.it</a><br><a href="http://lists.python.it/mailman/listinfo/python">
http://lists.python.it/mailman/listinfo/python</a><br><br></blockquote></div><br>