En Thu, 03 Apr 2008 18:13:25 -0300, noahwatkins <[EMAIL PROTECTED]>  
escribió:

> More technically, I am looking for direction on where to start looking
> in the Python libraries for a functionality that will allow me to
> execute arbitrary Python code from within a Python application.
> Additionally, I need to be able to have the ability to get information
> and perform actions (e.g. line number currently executing) as the code
> executes.

See the trace module and the sys.settrace hook.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to