Re: [Tutor] bind line-oriented device output?

2010-03-29 Thread Wayne Werner
On Sun, Mar 28, 2010 at 6:51 PM, Tom Roche wrote: > > I'd like to learn to pythonically redirect the output from a > line-oriented character device to a particular file or process, > regardless of focus, on a generic graphical OS. But I don't want to > redirect stdin entirely. Here's the usecase:

Re: [Tutor] python magazine

2010-03-29 Thread Lowell Tackett
>From the virtual desk of Lowell Tackett --- On Sun, 3/28/10, Lowell Tackett wrote: > From: Lowell Tackett > Subject: Re: [Tutor] python magazine > To: "Dave Angel" > Cc: "Benno Lang" , tutor@python.org > Date: Sunday, March 28, 2010, 7:46 AM > > From the virtual desk of Lowell Tackett

Re: [Tutor] bind line-oriented device output?

2010-03-29 Thread Tom Roche
http://mail.python.org/pipermail/tutor/2010-March/075438.html >> I'd like to learn to pythonically redirect the output from a >> line-oriented character device to a particular file or process, >> regardless of focus, on a generic graphical OS. But I don't want to >> redirect stdin entirely. ... >>

Re: [Tutor] bind line-oriented device output?

2010-03-29 Thread Wayne Werner
On Mon, Mar 29, 2010 at 10:56 AM, Tom Roche wrote: > I'll read the Product Reference Guide and hope it tells me that the > Wasp WLS9500 "reports a control character." Unfortunately when I > search the PDF > > http://tinyurl.com/waspWLS9500manual > > for "control character" I get no hits. Are ther

Re: [Tutor] bind line-oriented device output?

2010-03-29 Thread Fiyawerx
On Mon, Mar 29, 2010 at 11:56 AM, Tom Roche wrote: > > http://mail.python.org/pipermail/tutor/2010-March/075438.html > >> I'd like to learn to pythonically redirect the output from a > >> line-oriented character device to a particular file or process, > >> regardless of focus, on a generic graphi