Uwe Mayer wrote:
> Hi,
>
> in an application I want to provide direct access to the python interpreter
> of the running program.
> I use rawinput() and exec() to read an input string and a self-made function
> to check wether the inputed block is closed and then execute it.
>
> When running pyth
Hi,
in an application I want to provide direct access to the python interpreter
of the running program.
I use rawinput() and exec() to read an input string and a self-made function
to check wether the inputed block is closed and then execute it.
When running python interactively the result of the