Hi I'm new to python programming.
I have written python script and calling it in shell script. I want to run my script on my server that is hosted through somedomian.com
I have tried by following way (not working)
python script path
when i run this python script on command line on same server , it is working fine.
But it is not getting called when i'm calling through my server that is hosted through somedomian.com.
Can someone help me .. how to run my python script here?