Hi ! I want use many comands in same python script . I want to use openoffice and pyuno . I try this >>> cmdoo="openoffice.org -accept='socket,host=localhost,port=2002;urp;'" >>> subprocess.call(cmdoo, shell=True) but i need to execute another comand and need to stop subprocess Thank you ! -- http://mail.python.org/mailman/listinfo/python-list
- python multitask [EMAIL PROTECTED]
- Re: python multitask Gabriel Genellina