RE: How to change Windows Environment Variable

2001-08-31 Thread Tim Peters
[???] > Thanks quick reply. But not set to OS. > I would like to set and using while login windows. > > >>>Import os Here I get suspicious, on two counts: there's no space between the prompt and your import, and Python is case-sensitive so "Import os" would have given a SyntaxError. Both of tho

RE: Mysterious delay in Python module loading (fwd)

2002-01-10 Thread Tim Peters
[Bob Kline] > ... > I have made some progress in my debugging of the problem. In fact it > appears that the problem stems from a wide discrepancy in the amount of > time consumed by a call to fopen() on the two machines. A test repro > written in C with loops to repeatedly attempt to open the fi