--- os.py.orig Thu Jun 28 16:14:28 2001 +++ os.py Thu Jun 28 16:30:12 2001 @@ -329,8 +329,9 @@ def _execvpe(file, args, env=None): try: unlink('/_#.# ## #.#') except error, _notfound: pass else: - import tempfile - t = tempfile.mktemp() + #import tempfile + #t = tempfile.mktemp() + t = '/mnt/c/TEMP/@279.3' # Exec a file that is guaranteed not to exist try: execv(t, ('blah',)) except error, _notfound: pass