On Fri, May 18, 2012 at 6:22 PM, xliiv <tymoteusz.jankow...@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 -- http://mail.python.org/mailman/listinfo/python-list