[issue30082] hide command prompt when using subprocess.Popen with shell=False on Windows

Steve Dower report at bugs.python.org
Mon Mar 2 04:25:06 EST 2020


Steve Dower <steve.dower at python.org> added the comment:

It'll have to be a program that cannot inherit the active console. Ffmpeg normally can, but running the first script with pythonw will make sure there is no console to inherit, and a new one will pop up for a regular Python process.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30082>
_______________________________________


More information about the Python-bugs-list mailing list