embedding console in wxpython app

Philippe Martin pmartin at snakecard.com
Sun Aug 6 19:07:05 EDT 2006


Janto Dreijer wrote:

> I'm writing a Linux filemanager using wxPython. I'd like to embed a
> bash console inside it. I have found the Logilab pyqonsole
> (http://www.logilab.org/projects/pyqonsole), but it uses PyQT.
> 
> Does anyone know how to do this from wx?
> Is it possible to embed a PyQT widget inside wxPython?
> 
> Thanks!
> Janto


How about just using bash and rerouting stdin/stdout ?

Philippe




More information about the Python-list mailing list