Re: urllib.open problem

2005-09-17 Thread Astan Chee
OKay, but how do I check (and possibly change) _proxy environment variables in python? I know in perl its somewhere along the lines of  $ENV{'env_name'}, is it the same in python? Thanks again Cheers Fredrik Lundh wrote: Astan Chee wrote: I have a python script which runs per

Re: urllib.open problem

2005-09-15 Thread Fredrik Lundh
Astan Chee wrote: > I have a python script which runs perfectly on my machine. > However a machine that I tested it on gives the following error > message: > > Traceback (most recent call last): > File "whip.py", line 616, in OnRebootRunning > File "whip.py", line 626, in R

Re: urllib.open problem

2005-09-14 Thread Astan Chee
yeah, I actually typed that by hand, the url is a local intranet thus I dont specify any proxies of any kind (which I assume isnt required). Sorry about the typo. Cheers Dennis Lee Bieber wrote: On Thu, 15 Sep 2005 09:19:53 +1000, Astan Chee <[EMAIL PROTECTED]> declaimed the following in co