here is the code:
Code:
subprocess.getoutput(['php','package.php',directory+'/kaltura-installer', 'false', 'CE v6.0.0 dev'])
The subprocess call ends after the directory+'/kaltura-installer', and is ignoring anything after that. Any ideas of how to make subprocess call the entire string?

PS. directory is defined as /home/user