Thread
:
New to Python, help printing output of system calls
View Single Post
•
•
Join Date: Jun 2008
Posts: 122
Reputation:
Solved Threads: 30
slate
Offline
Junior Poster
Re: New to Python, help printing output of system calls
0
#
2
Aug 18th, 2008
Try subprocess.Popen stdout redirection to a file or to the web server input.
However I would not expose a long running server process via web. I think it would be better to schedule the process and present the output.
slate
View Public Profile
Find all posts by slate