Alex James <ac.ja...@shaw.ca> added the comment: Um, nevermind. I completely missed cwd=os.path.split(sys.argv[0])[0] so the shell command wasn't operating in the same relative path as the script.
And that never mattered on Unix because we always ran from commandline, not IDLE, so the shell inherited the commandline directory where we ran the script. Now don't I feel silly for spending three days on this. ---------- status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6107> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com