Interpretor.

Josiah Carlson jcarlson at uci.edu
Tue Oct 26 20:59:04 EDT 2004


balaji at email.arizona.edu (Balaji) wrote:
> Hello Everyone....
> 
> I have created a simple GUI using wx python. Its an simple editor...
> 
> Now what I want to do is pass the contents of this editor and receive
> solution from python.
> 
> Suppose in the editor if I say x=2 and y=3 and then x+y I should get
> back the solution.
> 
> In general i want to build an simple interpretor..


If you look at the wxPython demo, there is a wxProcess class that
basically does this for you.

 - Josiah




More information about the Python-list mailing list