Michael Torrie  <[EMAIL PROTECTED]> wrote:
>I'm currently using popen2.Popen4.  Is there a way to properly specify a
>particular working directory when launching a process in python?

Switch to using subprocess.Popen and specify the cwd argument.

-- 
\S -- [EMAIL PROTECTED] -- http://www.chaos.org.uk/~sion/
   "Frankly I have no feelings towards penguins one way or the other"
        -- Arthur C. Clarke
   her nu becomeþ se bera eadward ofdun hlæddre heafdes bæce bump bump bump
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to