On Tue, Jul 31, 2018 at 12:31 PM juraj.papic--- via Python-list <python-list@python.org> wrote: > I will check the links thanks for that tips, is there any page where I can > see more examples?
I like Doug Hellmann's Python Module of the Week site for in-depth looks at particular modules (including subprocess). If you're using python 3, the subprocess module's page is here: https://pymotw.com/3/subprocess/. >From your sample code, you may still be using python 2. If so, the PyMOTW page for that version is here: https://pymotw.com/2/subprocess/. -- Jerry -- https://mail.python.org/mailman/listinfo/python-list