> I'm pretty sure my plan was to change *path.expandvars to > > def expandvars(string): > return string.expandvars(string, os.environ) should of course have been: def expandvars(string): return text.expandvars(string, os.environ) </F>