Changing the path on Win2k/XP

Thomas Guettler zopestoller at thomas-guettler.de
Tue Jun 11 06:03:46 EDT 2002


Bjorn Pettersen wrote:

> Is there a way to change the path on Win2k/XP through Python? (I'm
> trying to write a .dll deployment script for our production department,
> and I'd like to give them a "one button" install...)


Do you want to change the current working directory or the PATH
environment variable?

The first can be done with os.chdir()

The second is answered in the other posts


  thomas




More information about the Python-list mailing list