[pygr-notify] Issue 90 in pygr: support for http proxy?

codesite-noreply at google.com codesite-noreply at google.com
Wed May 13 06:01:00 PDT 2009


Status: New
Owner: pygr-bug... at googlegroups.com
Labels: Type-Defect Priority-Medium

New issue 90 by dalloliogm: support for http proxy?
http://code.google.com/p/pygr/issues/detail?id=90

- What steps will reproduce the problem?
1. download and install pygr 0.7.1 on an Unix computer which needs to
connect to internet throught an HTTP PROXY

2. set the bash environment variable $http_proxy=<yourproxy>:<port>

3. open a python terminal and type:
>>> import pygr.Data

- What is the expected output? What do you see instead?
pygr will freezes and undergo a 'Connection Timed Out' error after a while,
even if the http_proxy (or HTTP_PROXY) var is set.

You are using the XMLRPC module from the python standard lib, and it seems
it doesn't read the http_proxy var automatically, at least in python 2.5.2.


What version of the product are you using? On what operating system?
python 2.5.2, pygr 0.7.1, ubuntu 8.10

Please provide any additional information below.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list