21 Jun
2007
21 Jun
'07
4:01 p.m.
On Thu, 2007-06-21 at 02:39 -0500, Bob Jamison wrote:
Aaron Spike wrote:
Bob Jamison wrote:
This is a good reason to move forward with using an embedded Python interpreter as an alternative to shelling out.
How?
Like the Scripts dialog, we make a GUI that can capture the stdout and stderr of the interpreter. (Already done). All we need to do is catch the FALSE and show the error in a dialog.
That's exactly what we're doing now. Well, we're always showing STDERR, but it's basically the same.
--Ted