======== Pipe Demo version: 0.0 2007-12-19 ======== I've been looking through archive.org at my old site to see some stuff that I could possibly redo. This is one of those things. Originally, this was for Windows only, but it should theoretically be multiplatform now. It's also multithreaded, so it doesn't block when the child process is running. What it does is run the command "ping -c4 localhost" and reads the output in to a textbox. It's a simple example that I did in C once and I thought it would be an easy thing to do with wxPython. Version History -------- - 0.0 [2007-12-19] Initial release Requirements -------- - Python 2.5 - wxPython ======== http://www.mattptr.net