On 8/13/11 1:15 AM, Nobody wrote:
On Fri, 12 Aug 2011 22:49:32 -0400, Kevin Walzer wrote:
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 t
On Fri, 12 Aug 2011 22:49:32 -0400, Kevin Walzer wrote:
> 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 ap