I want to create a popup window using wxPython that acts like a bash shell. I don\'t want a terminal emulator, I don\'t need job control, I just want a REPL (Read, Eval, Pr
I found the solution for my problem. Funny how it never turned up in google searches before now. It's not production ready code, but it ultimately what I was looking for -- a way to run a bash shell in a wxPython window.