Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Capture file descriptors while running an external program
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Dennis Lee Bieber, post: 2046591"] Please learn to trim your replies... Your client quoted the original a signature block (without prefacing any quoting indicators), and your response is written completely UNDER that quoted signature. Many clients are designed to NOT quote signature blocks (ie, they stop quoting when they see "\n-- \n"). I had to play tricks with cut&paste to get your reply quoted... If the OS permits, define a named pipe that the external program will write to, supply that name as the "output file name", and then open that same named pipe for reading in your program. -- Wulfraed Dennis Lee Bieber KD6MOG [email]wlfraed@ix.netcom.com[/email] [email]wulfraed@bestiaria.com[/email] [URL]HTTP://wlfraed.home.netcom.com/[/URL] (Bestiaria Support Staff: [email]web-asst@bestiaria.com[/email]) [URL]HTTP://www.bestiaria.com/[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Capture file descriptors while running an external program
Top