[wxPython] Interactive console (interpreter) in wxPython?

Dear wxPython users,

I am a new user of wxPython but quite familiar with python. I am
working on a GUI-based application and I need the option of launching a
python interpreter window (frame?) for use mainly by the application
developers. Ideally, this would occur via the GUI, i.e., a "launch
interpreter" button to pop up a persistent window from within which I
can have access to the application objects and their methods -- all
while other GUI frames are active. Somehow I expected this to be
trivial (it is trivial in Tcl/Tk) but I can't figure it out after
looking at the help and demos, or searching over wxPython.org, wiki, or
the mailing list archives. I am not looking for a way to embed python
into a C++ application. The "master" application is in python and I plan
to make it standalone using py2exe. What am I missing?

Thanassi Protopapas

···

--
Athanassios Protopapas, PhD Department of Speech Technology
Researcher B Department of Educational Technology
Phone: +30 10 687 5409 Institute for Language and Speech Processing
   Fax: +30 10 685 4270 Epidavrou & Artemidos 6, Marousi
e-mail: protopap@ilsp.gr GR-151 25 ATHENS, Greece

It sounds like you might be looking for:
http://sourceforge.net/projects/pycrust/

Regards,

···

--- Athanassios Protopapas <protopap@ilsp.gr> wrote:

Dear wxPython users,

I am a new user of wxPython but quite familiar with python.
I am working on a GUI-based application and I need the option
of launching a python interpreter window (frame?) for use
mainly by the application developers.

=====
Donnal Walter
Arkansas Children's Hospital

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

I am a new user of wxPython but quite familiar with python. I am
working on a GUI-based application and I need the option of launching a
python interpreter window (frame?) for use mainly by the application
developers. Ideally, this would occur via the GUI, i.e., a "launch
interpreter" button to pop up a persistent window from within which I
can have access to the application objects and their methods -- all
while other GUI frames are active.

...

What am I missing?

Take a look at the PyCrust sample in the demo.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!