embedding in python...

Erik Max Francis max at alcyone.com
Tue Feb 4 19:19:27 EST 2003


Giorgi Lekishvili wrote:

> Is there any ready-to-use module to embed python interpreter into the
> *python* code? Something like Jythons embedding interpreter and
> console?

EmPy, a Python templating system, would serve as an (extended) example:

	http://www.alcyone.com/pyos/empy/

Evaluating Python expressions and executing Python statements from
within Python is easy; just use eval and exec (respectively).

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ In principle I am against principles.
\__/ Tristan Tzara
    Bosskey.net: Counter-Strike / http://www.bosskey.net/cs/
 A personal guide to Counter-Strike.




More information about the Python-list mailing list