python and os.system() failure

Anthony enderkanchou at gmail.com
Mon May 2 19:05:39 EDT 2005


Thanks for the tip on strace. I will look into it.

I only have a tempfile object:

tmp = tempfile.mkstemp(dir="/var/tmp/")

I will try to explicitly call a close() or whatever the syntax is to
finalize the object to deletion by garbage collection.

Thanks,

Kenny




More information about the Python-list mailing list