Re: Certificate issue during installation on Linux (SUSE Linux Enterprise Server) using easy_install with python2.6

2015-01-12 Thread rahul emmatty
That worked. Thanks a lot.

-Rahul

On Saturday, 10 January 2015 07:38:36 UTC+5:30, Christian Hammond wrote:

 You can upgrade it using easy_install: 

 sudo easy_install -U setuptools 

 Christian 

 --   
 Christian Hammond - chri...@beanbaginc.com javascript:   
 Review Board - https://www.reviewboard.org   
 Beanbag, Inc. - https://www.beanbaginc.com 

 -Original Message- 
 From: rahul emmatty rahul...@gmail.com javascript: 
 Reply: revie...@googlegroups.com javascript: revie...@googlegroups.com 
 javascript: 
 Date: January 9, 2015 at 5:31:45 AM 
 To: revie...@googlegroups.com javascript: revie...@googlegroups.com 
 javascript: 
 Cc: rahul...@gmail.com javascript: rahul...@gmail.com javascript:, 
 chri...@beanbaginc.com javascript: chri...@beanbaginc.com javascript: 

 Subject:  Re: Certificate issue during installation on Linux (SUSE Linux 
 Enterprise Server) using easy_install with python2.6 

  Hi Christian, 

  Thanks for the quick reply. I am afraid not. The latest available 
  officially supported  installed version for python-setuptools package 
 in 
  SLES11-SP3 is 0.6c8 as of now. :( 
  It would be great if there are some workaround. 

  Regards, 
  Rahul 


  On Friday, 9 January 2015 15:36:11 UTC+5:30, Christian Hammond wrote: 
   
   Hi Rahul, 
   
   hmm, that's concerning. It does look to be an older version of 
 setuptools, 
   though. Could you try installing 0.6c9 or higher? 
   
   Christian 
   
   -- 
   Christian Hammond - chri...@beanbaginc.com   
   Review Board - https://www.reviewboard.org 
   Beanbag, Inc. - https://www.beanbaginc.com 
   
   -Original Message- 
   From: rahul emmatty  
   Reply: revie...@googlegroups.com
   Date: January 9, 2015 at 12:16:06 AM 
   To: revie...@googlegroups.com
   Subject: Certificate issue during installation on Linux (SUSE Linux 
   Enterprise Server) using easy_install with python2.6 
   
I am receiving the following certificate error during install.Please 
   find 
the trace 

# easy_install ReviewBoard 

from md5 import md5 
Searching for ReviewBoard 
Reading https://pypi.python.org/simple/ReviewBoard/ 
Reading http://downloads.review-board.org/releases/ 
Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/ 
Reading http://downloads.reviewboard.org/nightlies/ 
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/ 
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/ 
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/ 
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/ 
Reading http://downloads.reviewboard.org/releases/ReviewBoard/2.0/ 
Reading http://www.review-board.org/ 
Traceback (most recent call last): 
File /usr/local/bin/easy_install, line 8, in 
load_entry_point('setuptools==0.6c8', 'console_scripts', 
'easy_install')() 
File 

 /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,   
   
line 1678, in main 
with_ei_usage(lambda: 
File 

 /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,   
   
line 1666, in with_ei_usage 
return f() 
File 

 /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,   
   
line 1682, in 
distclass=DistributionWithoutHelpCommands, **kw 
File /usr/lib64/python2.6/distutils/core.py, line 152, in setup 
dist.run_commands() 
File /usr/lib64/python2.6/distutils/dist.py, line 975, in 
 run_commands 
self.run_command(cmd) 
File /usr/lib64/python2.6/distutils/dist.py, line 995, in 
 run_command 
cmd_obj.run() 
File 

 /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,   
   
line 211, in run 
self.easy_install(spec, not self.no_deps) 
File 

 /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,   
   
line 440, in easy_install 
spec, tmpdir, self.upgrade, self.editable, not self.always_copy 
File 
 /usr/lib64/python2.6/site-packages/setuptools/package_index.py,   
line 463, in fetch_distribution 
self.find_packages(requirement) 
File 
 /usr/lib64/python2.6/site-packages/setuptools/package_index.py,   
line 304, in find_packages 
self.scan_url(self.index_url + requirement.unsafe_name+'/') 
File 
 /usr/lib64/python2.6/site-packages/setuptools/package_index.py,   
line 617, in scan_url 
self.process_url(url, True) 
File 
 /usr/lib64/python2.6/site-packages/setuptools/package_index.py,   
line 202, in process_url 
page = self.process_index(url, page) 
File 
 /usr/lib64/python2.6/site-packages/setuptools/package_index.py,   
line 279, in process_index 
self.scan_url(new_url) 
File 
 /usr/lib64/python2.6/site-packages/setuptools/package_index.py,   
line 617, in scan_url 
self.process_url(url, True) 
File 
 /usr/lib64/python2.6/site-packages

Re: Certificate issue during installation on Linux (SUSE Linux Enterprise Server) using easy_install with python2.6

2015-01-09 Thread Christian Hammond
You can upgrade it using easy_install:

    sudo easy_install -U setuptools

Christian

--  
Christian Hammond - christ...@beanbaginc.com  
Review Board - https://www.reviewboard.org  
Beanbag, Inc. - https://www.beanbaginc.com

-Original Message-
From: rahul emmatty rahulb1...@gmail.com
Reply: reviewboard@googlegroups.com reviewboard@googlegroups.com
Date: January 9, 2015 at 5:31:45 AM
To: reviewboard@googlegroups.com reviewboard@googlegroups.com
Cc: rahulb1...@gmail.com rahulb1...@gmail.com, christ...@beanbaginc.com 
christ...@beanbaginc.com
Subject:  Re: Certificate issue during installation on Linux (SUSE Linux 
Enterprise Server) using easy_install with python2.6

 Hi Christian,
  
 Thanks for the quick reply. I am afraid not. The latest available
 officially supported  installed version for python-setuptools package in
 SLES11-SP3 is 0.6c8 as of now. :(
 It would be great if there are some workaround.
  
 Regards,
 Rahul
  
  
 On Friday, 9 January 2015 15:36:11 UTC+5:30, Christian Hammond wrote:
 
  Hi Rahul,
 
  hmm, that's concerning. It does look to be an older version of setuptools,
  though. Could you try installing 0.6c9 or higher?
 
  Christian
 
  --
  Christian Hammond - chri...@beanbaginc.com  
  Review Board - https://www.reviewboard.org
  Beanbag, Inc. - https://www.beanbaginc.com
 
  -Original Message-
  From: rahul emmatty 
  Reply: revie...@googlegroups.com   
  Date: January 9, 2015 at 12:16:06 AM
  To: revie...@googlegroups.com   
  Subject: Certificate issue during installation on Linux (SUSE Linux
  Enterprise Server) using easy_install with python2.6
 
   I am receiving the following certificate error during install.Please
  find
   the trace
  
   # easy_install ReviewBoard
  
   from md5 import md5
   Searching for ReviewBoard
   Reading https://pypi.python.org/simple/ReviewBoard/
   Reading http://downloads.review-board.org/releases/
   Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
   Reading http://downloads.reviewboard.org/nightlies/
   Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/
   Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
   Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
   Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
   Reading http://downloads.reviewboard.org/releases/ReviewBoard/2.0/
   Reading http://www.review-board.org/
   Traceback (most recent call last):
   File /usr/local/bin/easy_install, line 8, in
   load_entry_point('setuptools==0.6c8', 'console_scripts',
   'easy_install')()
   File
   /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,  
 
   line 1678, in main
   with_ei_usage(lambda:
   File
   /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,  
 
   line 1666, in with_ei_usage
   return f()
   File
   /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,  
 
   line 1682, in
   distclass=DistributionWithoutHelpCommands, **kw
   File /usr/lib64/python2.6/distutils/core.py, line 152, in setup
   dist.run_commands()
   File /usr/lib64/python2.6/distutils/dist.py, line 975, in run_commands
   self.run_command(cmd)
   File /usr/lib64/python2.6/distutils/dist.py, line 995, in run_command
   cmd_obj.run()
   File
   /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,  
 
   line 211, in run
   self.easy_install(spec, not self.no_deps)
   File
   /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,  
 
   line 440, in easy_install
   spec, tmpdir, self.upgrade, self.editable, not self.always_copy
   File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,  
   line 463, in fetch_distribution
   self.find_packages(requirement)
   File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,  
   line 304, in find_packages
   self.scan_url(self.index_url + requirement.unsafe_name+'/')
   File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,  
   line 617, in scan_url
   self.process_url(url, True)
   File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,  
   line 202, in process_url
   page = self.process_index(url, page)
   File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,  
   line 279, in process_index
   self.scan_url(new_url)
   File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,  
   line 617, in scan_url
   self.process_url(url, True)
   File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,  
   line 190, in process_url
   f = self.open_url(url, Download error: %s -- Some packages may not be
   found!)
   File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,  
   line 580, in open_url
   return open_with_auth(url, self.opener)
   File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,  
   line 717, in open_with_auth
   fp = opener(request)
   File /usr/lib64/python2.6/urllib2.py, line 397, in open
   response

Certificate issue during installation on Linux (SUSE Linux Enterprise Server) using easy_install with python2.6

2015-01-09 Thread rahul emmatty
I am receiving the following certificate error during install.Please find 
the trace

# easy_install ReviewBoard

  from md5 import md5
Searching for ReviewBoard
Reading https://pypi.python.org/simple/ReviewBoard/
Reading http://downloads.review-board.org/releases/
Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
Reading http://downloads.reviewboard.org/nightlies/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/2.0/
Reading http://www.review-board.org/
Traceback (most recent call last):
  File /usr/local/bin/easy_install, line 8, in module
load_entry_point('setuptools==0.6c8', 'console_scripts', 
'easy_install')()
  File 
/usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py, 
line 1678, in main
with_ei_usage(lambda:
  File 
/usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py, 
line 1666, in with_ei_usage
return f()
  File 
/usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py, 
line 1682, in lambda
distclass=DistributionWithoutHelpCommands, **kw
  File /usr/lib64/python2.6/distutils/core.py, line 152, in setup
dist.run_commands()
  File /usr/lib64/python2.6/distutils/dist.py, line 975, in run_commands
self.run_command(cmd)
  File /usr/lib64/python2.6/distutils/dist.py, line 995, in run_command
cmd_obj.run()
  File 
/usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py, 
line 211, in run
self.easy_install(spec, not self.no_deps)
  File 
/usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py, 
line 440, in easy_install
spec, tmpdir, self.upgrade, self.editable, not self.always_copy
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
line 463, in fetch_distribution
self.find_packages(requirement)
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
line 304, in find_packages
self.scan_url(self.index_url + requirement.unsafe_name+'/')
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
line 617, in scan_url
self.process_url(url, True)
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
line 202, in process_url
page = self.process_index(url, page)
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
line 279, in process_index
self.scan_url(new_url)
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
line 617, in scan_url
self.process_url(url, True)
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
line 190, in process_url
f = self.open_url(url, Download error: %s -- Some packages may not be 
found!)
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
line 580, in open_url
return open_with_auth(url, self.opener)
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
line 717, in open_with_auth
fp = opener(request)
  File /usr/lib64/python2.6/urllib2.py, line 397, in open
response = meth(req, response)
  File /usr/lib64/python2.6/urllib2.py, line 510, in http_response
'http', request, response, code, msg, hdrs)
  File /usr/lib64/python2.6/urllib2.py, line 429, in error
result = self._call_chain(*args)
  File /usr/lib64/python2.6/urllib2.py, line 369, in _call_chain
result = func(*args)
  File /usr/lib64/python2.6/urllib2.py, line 616, in http_error_302
return self.parent.open(new, timeout=req.timeout)
  File /usr/lib64/python2.6/urllib2.py, line 391, in open
response = self._open(req, data)
  File /usr/lib64/python2.6/urllib2.py, line 409, in _open
'_open', req)
  File /usr/lib64/python2.6/urllib2.py, line 369, in _call_chain
result = func(*args)
  File /usr/lib64/python2.6/site-packages/setuptools/ssl_support.py, line 
174, in https_open
lambda host, **kw: VerifyingHTTPSConn(host, self.ca_bundle, **kw), req
  File /usr/lib64/python2.6/urllib2.py, line 1158, in do_open
h.request(req.get_method(), req.get_selector(), req.data, headers)
  File /usr/lib64/python2.6/httplib.py, line 920, in request
self._send_request(method, url, body, headers)
  File /usr/lib64/python2.6/httplib.py, line 957, in _send_request
self.endheaders()
  File /usr/lib64/python2.6/httplib.py, line 914, in endheaders
self._send_output()
  File /usr/lib64/python2.6/httplib.py, line 786, in _send_output
self.send(msg)
  File /usr/lib64/python2.6/httplib.py, line 745, in send
self.connect()
  File /usr/lib64/python2.6/site-packages/setuptools/ssl_support.py, line 
192, in connect
match_hostname(self.sock.getpeercert(), self.host)
  File /usr/lib64/python2.6/site-packages/setuptools/ssl_support.py, line 
133, in match_hostname
% (hostname, ', '.join(map(repr, 

Re: Certificate issue during installation on Linux (SUSE Linux Enterprise Server) using easy_install with python2.6

2015-01-09 Thread Christian Hammond
Hi Rahul,

hmm, that's concerning. It does look to be an older version of setuptools, 
though. Could you try installing 0.6c9 or higher?

Christian

--  
Christian Hammond - christ...@beanbaginc.com  
Review Board - https://www.reviewboard.org  
Beanbag, Inc. - https://www.beanbaginc.com

-Original Message-
From: rahul emmatty rahulb1...@gmail.com
Reply: reviewboard@googlegroups.com reviewboard@googlegroups.com
Date: January 9, 2015 at 12:16:06 AM
To: reviewboard@googlegroups.com reviewboard@googlegroups.com
Subject:  Certificate issue during installation on Linux (SUSE Linux Enterprise 
Server) using easy_install with python2.6

 I am receiving the following certificate error during install.Please find
 the trace
  
 # easy_install ReviewBoard
  
 from md5 import md5
 Searching for ReviewBoard
 Reading https://pypi.python.org/simple/ReviewBoard/
 Reading http://downloads.review-board.org/releases/
 Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
 Reading http://downloads.reviewboard.org/nightlies/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/2.0/
 Reading http://www.review-board.org/
 Traceback (most recent call last):
 File /usr/local/bin/easy_install, line 8, in  
 load_entry_point('setuptools==0.6c8', 'console_scripts',
 'easy_install')()
 File
 /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,  
 line 1678, in main
 with_ei_usage(lambda:
 File
 /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,  
 line 1666, in with_ei_usage
 return f()
 File
 /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,  
 line 1682, in  
 distclass=DistributionWithoutHelpCommands, **kw
 File /usr/lib64/python2.6/distutils/core.py, line 152, in setup
 dist.run_commands()
 File /usr/lib64/python2.6/distutils/dist.py, line 975, in run_commands
 self.run_command(cmd)
 File /usr/lib64/python2.6/distutils/dist.py, line 995, in run_command
 cmd_obj.run()
 File
 /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,  
 line 211, in run
 self.easy_install(spec, not self.no_deps)
 File
 /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py,  
 line 440, in easy_install
 spec, tmpdir, self.upgrade, self.editable, not self.always_copy
 File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,
 line 463, in fetch_distribution
 self.find_packages(requirement)
 File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,
 line 304, in find_packages
 self.scan_url(self.index_url + requirement.unsafe_name+'/')
 File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,
 line 617, in scan_url
 self.process_url(url, True)
 File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,
 line 202, in process_url
 page = self.process_index(url, page)
 File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,
 line 279, in process_index
 self.scan_url(new_url)
 File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,
 line 617, in scan_url
 self.process_url(url, True)
 File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,
 line 190, in process_url
 f = self.open_url(url, Download error: %s -- Some packages may not be
 found!)
 File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,
 line 580, in open_url
 return open_with_auth(url, self.opener)
 File /usr/lib64/python2.6/site-packages/setuptools/package_index.py,
 line 717, in open_with_auth
 fp = opener(request)
 File /usr/lib64/python2.6/urllib2.py, line 397, in open
 response = meth(req, response)
 File /usr/lib64/python2.6/urllib2.py, line 510, in http_response
 'http', request, response, code, msg, hdrs)
 File /usr/lib64/python2.6/urllib2.py, line 429, in error
 result = self._call_chain(*args)
 File /usr/lib64/python2.6/urllib2.py, line 369, in _call_chain
 result = func(*args)
 File /usr/lib64/python2.6/urllib2.py, line 616, in http_error_302
 return self.parent.open(new, timeout=req.timeout)
 File /usr/lib64/python2.6/urllib2.py, line 391, in open
 response = self._open(req, data)
 File /usr/lib64/python2.6/urllib2.py, line 409, in _open
 '_open', req)
 File /usr/lib64/python2.6/urllib2.py, line 369, in _call_chain
 result = func(*args)
 File /usr/lib64/python2.6/site-packages/setuptools/ssl_support.py, line  
 174, in https_open
 lambda host, **kw: VerifyingHTTPSConn(host, self.ca_bundle, **kw), req
 File /usr/lib64/python2.6/urllib2.py, line 1158, in do_open
 h.request(req.get_method(), req.get_selector(), req.data, headers)
 File /usr/lib64/python2.6/httplib.py, line 920, in request
 self._send_request(method, url, body, headers)
 File /usr/lib64/python2.6/httplib.py, line 957, in _send_request

Re: Certificate issue during installation on Linux (SUSE Linux Enterprise Server) using easy_install with python2.6

2015-01-09 Thread rahul emmatty
Hi Christian,

Thanks for the quick reply. I am afraid not. The latest available 
officially supported   installed version for python-setuptools package in 
SLES11-SP3 is 0.6c8 as of now. :(
It would be great if there are some workaround.

Regards,
Rahul


On Friday, 9 January 2015 15:36:11 UTC+5:30, Christian Hammond wrote:

 Hi Rahul, 

 hmm, that's concerning. It does look to be an older version of setuptools, 
 though. Could you try installing 0.6c9 or higher? 

 Christian 

 --   
 Christian Hammond - chri...@beanbaginc.com javascript:   
 Review Board - https://www.reviewboard.org   
 Beanbag, Inc. - https://www.beanbaginc.com 

 -Original Message- 
 From: rahul emmatty rahul...@gmail.com javascript: 
 Reply: revie...@googlegroups.com javascript: revie...@googlegroups.com 
 javascript: 
 Date: January 9, 2015 at 12:16:06 AM 
 To: revie...@googlegroups.com javascript: revie...@googlegroups.com 
 javascript: 
 Subject:  Certificate issue during installation on Linux (SUSE Linux 
 Enterprise Server) using easy_install with python2.6 

  I am receiving the following certificate error during install.Please 
 find 
  the trace 

  # easy_install ReviewBoard 

  from md5 import md5 
  Searching for ReviewBoard 
  Reading https://pypi.python.org/simple/ReviewBoard/ 
  Reading http://downloads.review-board.org/releases/ 
  Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/ 
  Reading http://downloads.reviewboard.org/nightlies/ 
  Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/ 
  Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/ 
  Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/ 
  Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/ 
  Reading http://downloads.reviewboard.org/releases/ReviewBoard/2.0/ 
  Reading http://www.review-board.org/ 
  Traceback (most recent call last): 
  File /usr/local/bin/easy_install, line 8, in   
  load_entry_point('setuptools==0.6c8', 'console_scripts', 
  'easy_install')() 
  File 
  /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py, 
   
  line 1678, in main 
  with_ei_usage(lambda: 
  File 
  /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py, 
   
  line 1666, in with_ei_usage 
  return f() 
  File 
  /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py, 
   
  line 1682, in   
  distclass=DistributionWithoutHelpCommands, **kw 
  File /usr/lib64/python2.6/distutils/core.py, line 152, in setup 
  dist.run_commands() 
  File /usr/lib64/python2.6/distutils/dist.py, line 975, in run_commands 
  self.run_command(cmd) 
  File /usr/lib64/python2.6/distutils/dist.py, line 995, in run_command 
  cmd_obj.run() 
  File 
  /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py, 
   
  line 211, in run 
  self.easy_install(spec, not self.no_deps) 
  File 
  /usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py, 
   
  line 440, in easy_install 
  spec, tmpdir, self.upgrade, self.editable, not self.always_copy 
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
  line 463, in fetch_distribution 
  self.find_packages(requirement) 
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
  line 304, in find_packages 
  self.scan_url(self.index_url + requirement.unsafe_name+'/') 
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
  line 617, in scan_url 
  self.process_url(url, True) 
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
  line 202, in process_url 
  page = self.process_index(url, page) 
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
  line 279, in process_index 
  self.scan_url(new_url) 
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
  line 617, in scan_url 
  self.process_url(url, True) 
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
  line 190, in process_url 
  f = self.open_url(url, Download error: %s -- Some packages may not be 
  found!) 
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
  line 580, in open_url 
  return open_with_auth(url, self.opener) 
  File /usr/lib64/python2.6/site-packages/setuptools/package_index.py, 
  line 717, in open_with_auth 
  fp = opener(request) 
  File /usr/lib64/python2.6/urllib2.py, line 397, in open 
  response = meth(req, response) 
  File /usr/lib64/python2.6/urllib2.py, line 510, in http_response 
  'http', request, response, code, msg, hdrs) 
  File /usr/lib64/python2.6/urllib2.py, line 429, in error 
  result = self._call_chain(*args) 
  File /usr/lib64/python2.6/urllib2.py, line 369, in _call_chain 
  result = func(*args) 
  File /usr/lib64/python2.6/urllib2.py, line 616, in http_error_302 
  return self.parent.open(new, timeout=req.timeout) 
  File /usr/lib64/python2.6/urllib2.py, line 391, in open 
  response = self._open(req, data) 
  File /usr/lib64/python2.6