Hi !
I want use many comands in same python script .
I want to use openoffice and pyuno .
I try this
but i need to execute another comand and need to stop subprocess
Thank you !
I want use many comands in same python script .
I want to use openoffice and pyuno .
I try this
>>cmdoo="openof fice.org -accept='socket, host=localhost, port=2002;urp;' "
>>subprocess.ca ll(cmdoo, shell=True)
>>subprocess.ca ll(cmdoo, shell=True)
Thank you !
Comment