lovelysystems / lovely.buildouthttp

zc.buildout extension to add http authentication for find-links and download recipies
Other
4 stars 9 forks source link

Fails to run on Python 3 #17

Closed wichert closed 9 years ago

wichert commented 10 years ago

Trying to run with python 3 aborts with this error:

  File "/.../lovely.buildouthttp-0.5.0-py3.4.egg/lovely/buildouthttp/buildouthttp.py", line 203
    except urllib2.HTTPError, err:
wichert commented 9 years ago

I see this is already covered by #16. Is there any hope of that being merged and a new release being made, or is lovely.buildouthttp essentially abandoned?