Re: Changing a shell's current directory with python

2005-12-20 Thread Trent Mick
[Peter Hansen wrote] > Andy B. wrote: > > I've got a python utility that I want to change my shell's current > > directory based on criteria it finds. I've scoured google and the > > python cookbook and can't seem to figure out if this is even possible. > > So far, all my attempts have changed th

Re: Changing a shell's current directory with python

2005-12-18 Thread Mike Meyer
Peter Hansen <[EMAIL PROTECTED]> writes: > Andy B. wrote: >> I've got a python utility that I want to change my shell's current >> directory based on criteria it finds. I've scoured google and the >> python cookbook and can't seem to figure out if this is even possible. >> So far, all my attempts

Re: Changing a shell's current directory with python

2005-12-18 Thread Peter Hansen
Andy B. wrote: > I've got a python utility that I want to change my shell's current > directory based on criteria it finds. I've scoured google and the > python cookbook and can't seem to figure out if this is even possible. > So far, all my attempts have changed the current python session only.

Re: Changing a shell's current directory with python

2005-12-18 Thread Andy B.
Many thanks for the sanity check. Just wanted to check with the gurus before heading down another path. -A On 12/18/05, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On Sun, 18 Dec 2005 15:53:11 -0800, "Andy B." <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > > > I've got

Re: Changing a shell's current directory with python

2005-12-18 Thread Lawrence Oluyede
irIl 2005-12-18, Andy B. <[EMAIL PROTECTED]> ha scritto: > I've got a python utility that I want to change my shell's current > directory based on criteria it finds. I've scoured google and the > python cookbook and can't seem to figure out if this is even possible. > So far, all my attempts have

Changing a shell's current directory with python

2005-12-18 Thread Andy B.
I've got a python utility that I want to change my shell's current directory based on criteria it finds. I've scoured google and the python cookbook and can't seem to figure out if this is even possible. So far, all my attempts have changed the current python session only. Am I going to have to