This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ac.james
Recipients ac.james, amaury.forgeotdarc, pjenvey
Date 2009-05-26.18:36:56
SpamBayes Score 2.85839e-07
Marked as misclassified No
Message-id <1243363019.61.0.0154296618861.issue6107@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-05-26 18:37:00ac.jamessetrecipients: + ac.james, amaury.forgeotdarc, pjenvey
2009-05-26 18:36:59ac.jamessetmessageid: <1243363019.61.0.0154296618861.issue6107@psf.upfronthosting.co.za>
2009-05-26 18:36:58ac.jameslinkissue6107 messages
2009-05-26 18:36:57ac.jamescreate