On Jul 11, 11:17 am, "Chris Mellon" <[EMAIL PROTECTED]> wrote:
> No again. wxPython provides a Process class for executing external
> applications and providing events in response to input, app exit, and
> similar. You can also implement it in a similar way to your Tkinter
> implementation, but ba
On 7/11/07, Kevin Walzer <[EMAIL PROTECTED]> wrote:
> I'm porting a Tkinter application to wxPython and had a question about
> wxPython's event loop.
>
> The Tkinter app provides a GUI to a command-line tool. It gathers user
> input, and opens an asynchronous pipe to the external tool via
> os.pope