Re: displaying execution of Python code

2008-04-03 Thread ajaksu
On Apr 3, 6:13 pm, noahwatkins <[EMAIL PROTECTED]> wrote: > I'll start my question by describing my desired result. I will > construct a GUI which will be used to open a Python script. I would > then like to be able to display the Python script, execute it, and > highlight the lines of the Python a

Re: displaying execution of Python code

2008-04-03 Thread Gabriel Genellina
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. > Additiona

Re: displaying execution of Python code

2008-04-03 Thread Stef Mientki
noahwatkins wrote: > I'll start my question by describing my desired result. I will > construct a GUI which will be used to open a Python script. I would > then like to be able to display the Python script, execute it, and > highlight the lines of the Python as they are executing. > > More technica

displaying execution of Python code

2008-04-03 Thread noahwatkins
I'll start my question by describing my desired result. I will construct a GUI which will be used to open a Python script. I would then like to be able to display the Python script, execute it, and highlight the lines of the Python as they are executing. More technically, I am looking for directio