Michael Foord Wrote:
> In my IronPython Web IDE I divert standard out and redirect it to an html
> textarea so that I can see everything that is printed. This is very useful
> for debugging.
>
> If you are doing this from threads you ought to use a dispatcher to add the
> text to the htmlarea - but it is very easy.
>

I redirect stdout and stderr to an interactive python console in
silverlight, but it does me no good here because this is happening
before the console loads. So I think I will need to create an html
textarea like you suggested to handle any output before the console
loads.

-Dan
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to