twittcher
twittcher copied to clipboard
HTTP not anymore supported by PyPi
Hi, it seems that HTTP support has ended since October this year. Is there a workaround for this? I keep getting this error:
`` result = func(*args) File "c:\python27\lib\urllib2.py", line 556, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) llib2.HTTPError: HTTP Error 403: SSL is required
I have the same error. If I download the Github repo and run setup it is meant for Python 2.7 I think.