In article <[EMAIL PROTECTED]>,
 "Jeff Groves" <[EMAIL PROTECTED]> wrote:

>>How about sourcing it from a shell, then using that same shell instance
>>to run the programs?
>
>How would I do that? As I've said, I haven't found a Python command
>that lets you send multiple commands to the same shell yet. If I could,
>my problem would be solved.

What about os.popen? Otherwise there's the usual fork/exec thing.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to