|
|
 |
 |
 |
 |
Python Programming Language
|
 |
 |
 |
 |
 |
 |
 |
 |
wxPython splitwindow with interpreter on bottom
Hi all, Does anyone know of an example of wxPython source code that shows how to put a python shell (interpreter) in a bottom window with a graphical application in the top window? Thanks,
On Jun 4, 9:57 am, chewie54 <dfabrizi@gmail.com> wrote: > Hi all, > Does anyone know of an example of wxPython source code that shows how > to put a python shell (interpreter) in a bottom window with a > graphical application in the top window? > Thanks,
There's the pyCrust/pyShell examples in the wxPython demo. They are quite similar to what you want, I think. Mike
On Jun 4, 4:36 pm, kyoso@gmail.com wrote: > On Jun 4, 9:57 am, chewie54 <dfabrizi @gmail.com> wrote: > > Hi all, > > Does anyone know of an example of wxPython source code that shows how > > to put a python shell (interpreter) in a bottom window with a > > graphical application in the top window? > > Thanks, > There's the pyCrust/pyShell examples in the wxPython demo. They are > quite similar to what you want, I think. > Mike
Thank you. Yes, that is exactly what I want.
|
 |
 |
 |
 |
|