Attaching to a Python Interpreter a la Tcl

Fuzzyman fuzzyman at gmail.com
Wed Feb 23 07:46:00 EST 2005


Do you mean making the interpreter available from within a Python app ?

There are various ways of doing that - you can see the SPE editor which
uses pycrust as one example. http://spe.pycs.net

You could also embed IPython for a good interface to the interpreter.
http://ipython.scipy.net

Regards,


Fuzzy
http://www.voidspace.org.uk/python/index.shtml




More information about the Python-list mailing list