Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/06/2013, 10:19
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 6 meses
Puntos: 2135
Respuesta: symfony 1.4 ejecutar script python

Me imagino tienes que poner el path al archivo correcto, ej:
Código PHP:
Ver original
  1. exec("python /path/al/archivo.py", $salida);