Re: embedding console in wxpython app

2006-08-07 Thread placid
Philippe Martin wrote: > 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?

Re: embedding console in wxpython app

2006-08-06 Thread Cary Miller
On 6 Aug 2006 14:06:30 -0700, Janto Dreijer <[EMAIL PROTECTED]> wrote: I'm writing a Linux filemanager using wxPython. I'd like to embed abash 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?

Re: embedding console in wxpython app

2006-08-06 Thread Philippe Martin
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 wi

embedding console in wxpython app

2006-08-06 Thread Janto Dreijer
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! Jan