NTFS permissions
Mark Hammond
MarkH at ActiveState.com
Tue Apr 24 10:41:54 EDT 2001
Chris Gonnerman wrote:
>>(Except, that echoes output to my user creator web page, need to sort
>>that out....change stdout whilst calling cacls ?)
>>
>
> Use the os module to manipulate the "real" stdout/stderr before running
> your ill-behaved program. Assuming you want the external program's output
> hidden:
Or use the popen family so the output of the child process can be simply
discarded or read into a string.
Mark.
More information about the Python-list
mailing list