Adding a command line to a wx App

I am working on a database program with a both a GUI and CLI. I’d like to be able to incorporate the CLI into the GUI. I’ve tried a few experiments with wx.py.Shell but this prints out the full Python shell that I don’t want, and it also shows the busy cursor. I could probably change the cursor type, but that seems like a combover.

Has anyone done this? Are the examples out there that I haven’t found, because I’ve found nothing really useful.

Josh

Funny you should ask. A skeleton preliminary work; tested with Python 2.7x on WinXP

launcher.py (9.74 KB)