Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #11331

os.system() on Windows in Tkinter app spawns console window

Date 2011-08-12 22:49 -0400
From Kevin Walzer <kw@codebykevin.com>
Newsgroups comp.lang.python
Subject os.system() on Windows in Tkinter app spawns console window
Message-ID <e1a7c$4e45e60e$4275d90a$2599@FUSE.NET> (permalink)
Organization UseNetServer.com

Show all headers | View raw


I'm developing a Tkinter app for a Windows customer, and the app bundles 
several command-line tools (ported from Unix). I call out to these 
console tools from the Tkinter app via os.system(). However, in the 
frozen version of my app, when I call out to these tools, I get multiple 
console windows popping up. This is jarring to say the least. Is there 
any way to run the commands under the hood without the console/DOS 
windows popping up?

--Kevin
-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

os.system() on Windows in Tkinter app spawns console window Kevin Walzer <kw@codebykevin.com> - 2011-08-12 22:49 -0400
  Re: os.system() on Windows in Tkinter app spawns console window Nobody <nobody@nowhere.com> - 2011-08-13 06:15 +0100
    Re: os.system() on Windows in Tkinter app spawns console window Kevin Walzer <kw@codebykevin.com> - 2011-08-14 13:15 -0400

csiph-web