aditya shukla wrote:
Hello folks,
I am creating a python script[windows vista and python2.5] which
accesses another program(prog2).I my python script i am creating a
temporary file and i write the output of prog2
in this temporary file.
temp =
tempfile.NamedTemporaryFile(suffix='_suffix',pr
Hello folks,
I am creating a python script[windows vista and python2.5] which accesses
another program(prog2).I my python script i am creating a temporary file and
i write the output of prog2
in this temporary file.
temp =
tempfile.NamedTemporaryFile(suffix='_suffix',prefix='prefix_',dir='C:\\Pyt