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> &lt;<a href="mailto:l.oluyede@gmail.com">l.oluyede@gmail.com</a>&gt; 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 &lt;<a href="mailto:salvatore.monaco@gmail.com">salvatore.monaco@gmail.com
</a>&gt; wrote:<br>&gt; Ciao all<br>&gt; c&#39;e&#39; un modo per lanciare uno script esterno in php da uno script python cgi<br><br>subprocess.Popen([&#39;/usr/bin/php5&#39;, &#39;/path/script.php5&#39;])<br><br>Se vuoi catturare l&#39;output gli devi dire che vuoi che stdout/stderr
<br>venga redirezionato sulla PIPE. Per il come:<br>&lt;<a href="http://blog.doughellmann.com/2007/07/pymotw-subprocess.html">http://blog.doughellmann.com/2007/07/pymotw-subprocess.html</a>&gt;<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>&quot;It is difficult to get a man to understand<br>something when his salary depends on not
<br>understanding it&quot; - 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>