On nightshade (where I am getting 2.5 by default):
File "/home/nakor/junior/pywikibot/pywikibot/comms/http.py", line 61, in <module> proc = threadedhttp.HttpProcessor(http_queue, cookie_jar, connection_pool) File "/home/nakor/junior/pywikibot/pywikibot/comms/threadedhttp.py", line 334, in __init__ self.http = Http(cookiejar=cookiejar, connection_pool=connection_pool) File "/home/nakor/junior/pywikibot/pywikibot/comms/threadedhttp.py", line 162, in __init__ httplib2.Http.__init__(self, *args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'proxy_info'
On willow (where I am getting 2.6 by default):
File "/home/nakor/junior/pywikibot/pywikibot/comms/threadedhttp.py", line 50, in <module> pkg_resources.require("httplib2") File "/opt/ts/python/2.6/lib/python2.6/site-packages/pkg_resources.py", line 626, in require needed = self.resolve(parse_requirements(requirements)) File "/opt/ts/python/2.6/lib/python2.6/site-packages/pkg_resources.py", line 524, in resolve raise DistributionNotFound(req) # XXX put more info here pkg_resources.DistributionNotFound: httplib2
It works fine on my own box running under Fedora 12.
Thanks,
N.