Hi, I just wanna know how to set SYSTEM variables and USER variables of windows, but got no way.
Firstly I thought "os.environ + os.system" may work well, but found no way to let "os.environ" run to retrive USER variables. Then I tried win32api, finding the GetEnvironmentVariables() mixing SYSTEM and USER variables up, and SetEnvironmentVariables() failing to add variables. Could you help me, please? Thanks a lot.
-- http://mail.python.org/mailman/listinfo/python-list