Fuzzyman wrote:

> Hello all,
> 
> I would like to set a Windows Environment variable for another
> (non-child) process.
> 
> This means that the following *doesn't* work : ::
> 
>     os.environ['NAME'] = value
> 
> In the ``win32api`` package there is a ``GetEnvironmentVariable``
> function, but no ``SetEnvironmentVariable``. Any options ?

No, your only option is to find a solution which doesn't involve changing 
another process's environment.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to