So I am trying to write an editor using Wx. The basic editing is in place, now comes the really interesting part.
I would like to run the script being edited and provide a way for the user to interact with it. Basicall I'd like to have a console window in my application where that is connected to the STD IN/OUT/ERR to an external application. Any recommendation how should I do that? Gabor
