I am a newbie to leo and have been using it intermittently for 3-6
months.  I do quite a bit of Python programming, and many of the
programs have significant amounts of output (typically the results of
calculations) printed during execution.  I am struggling with how to
handle this within leo.

I have tried running leo from/with and open console (python vs.
pythonw), but this ends up being pretty inconvenient with the constant
switching back and forth and the limited capabilities of text copying,
etc. in the console.  Recently, I found that you can redirect the
output to the Log pane using g.redirectStderr() and
g.redirectStdout(), but it seems that all of the output here displays
non-breaking space characters (&nbsp) everywhere there is supposed to
be a space.  For example, it run  print 'Hello World' and I get
Hello World in the Log pane.  This is really hard to read when
you have 50 or 100 lines of numbers from the output of a program.

Is there any way to change this behavior or some other really obvious
approach that I am missing?  Sorry if this is a basic question--I am
just getting to know leo.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to