I’m looking for the wxPython equivalent to my answer for Tcl/Tk examples?. Specifically, I want to see an example of how to create several buttons, each of which runs some external command when clicked. While the process is running I want the output to go to a scrollable wxPython widget.
While the process is running the GUI should not block. Assume, for example, one of the buttons may kick off a development task like building or running unit tests.
Here you are, a complete working example.