php - Python script not running on web server -


I am trying to call a Python script from a PHP script. When I run a PHP script in a Linux command prompt, the dragon is executed properly. But when I run a PHP script on a web server, the Python script is not executed. Can anyone tell me why this is so and how can I improve it?

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -