I'm trying to run this script using the code
subprocess.call(["php C:\Python27\a.php"]) and I'm getting this error:
FileNotFoundError: [WinError 2] The system cannot find the file specified i have tried changing path but nothing seems to work, any ideas?