How to hide console with Popen on Windows?

Chris Angelico rosuav at gmail.com
Fri May 18 04:48:59 EDT 2012


On Fri, May 18, 2012 at 6:22 PM, xliiv <tymoteusz.jankowski at gmail.com> wrote:
> Like the topic, more details in followed links..
>
>
> http://stackoverflow.com/questions/10637450/how-to-hide-console-with-popen-on-windows

As you've already been advised, the way to avoid a console is to use
pythonw.exe (which is a windowed Python as opposed to a console
Python). If you don't have it, you may need to install an actual
Python instead of depending on what Open Office provides.

ChrisA



More information about the Python-list mailing list