embedding in python...

Afanasiy abelikov72 at hotmail.com
Tue Feb 4 10:19:45 EST 2003


On Tue, 04 Feb 2003 15:34:45 +0100, Giorgi Lekishvili <gleki at gol.ge>
wrote:

>Hi all!
>Sorry for this newbie-like question:
>Is there any ready-to-use module to embed python interpreter into the
>*python* code? Something like Jythons embedding interpreter and console?
>
>TIA,
>Giorgi

IDLE seems to use the code module, InteractiveInterpreter class...
However, I cannot tell if you want an interactive method or not.
If not, then I would think the built-in exec functions would do.




More information about the Python-list mailing list