A python script works at command line, but when the exact same script is called from php, nothing is returned -


i trying call python script php:

python test_upload.py test.xlsm 

the python command works @ windows command line. script processes 4 rows of data. when called in php not appear processed @ all.

$result = exec($cmd, $output, $status); 

the $result null, , $output has 0 items.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -