calling ksh script from python

Donn Cave donn at u.washington.edu
Fri Jun 3 17:29:14 EDT 2005


In article <1117788937.207065.18670 at z14g2000cwz.googlegroups.com>,
 ronan_boisard at yahoo.com wrote:

> thanks for your input...
> well I just find out that modifying environment through ksh call is not
> possible (can't get the new evironment back to python). I think the
> best thing to do is to translate all my ksh to pure python... I thought
> that I could re-use some stufff, but I guest I'm going to translate
> everything...

Right, that's true - more generally, no process can modify
another's environment.

   Donn Cave, donn at u.washington.edu



More information about the Python-list mailing list