View Single Post
Old Aug 4th, 2005, 11:59 AM   #16
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
Quote:
I am calling the Python script using command "python /path_to_server_script" from the init.d scrip.
Well there you go then. Don't do that. Make sure your Python script is executable (chmod a+x /path_to_server_script), and just call it directly (e.g `/path_to_server_script`).
Cerulean is offline   Reply With Quote