mailpile / gui-o-matic

A minimal, cross-platform tool for creating simple GUIs
GNU Lesser General Public License v3.0
22 stars 7 forks source link

Fixed install error: "urllib2.HTTPError: HTTP Error 403: SSL is requi… #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

…red"

Reproduction of the error this commit fixes: petur@ubuntu:~/gui-o-matic$ pip install -e . Obtaining file:///home/petur/gui-o-matic Complete output from command python setup.py egg_info: Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.19.tar.gz Traceback (most recent call last): File "", line 1, in File "/home/petur/gui-o-matic/setup.py", line 2, in use_setuptools() File "distribute_setup.py", line 145, in use_setuptools return _do_download(version, download_base, to_dir, download_delay) File "distribute_setup.py", line 124, in _do_download to_dir, download_delay) File "distribute_setup.py", line 193, in download_setuptools src = urlopen(url) File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 435, in open response = meth(req, response) File "/usr/lib/python2.7/urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.7/urllib2.py", line 473, in error return self._call_chain(args) File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain result = func(args) File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 403: SSL is required

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /home/petur/gui-o-matic/

BjarniRunar commented 6 years ago

For some reason this PR includes things from your other PR (which I have now merged). I'll just fix this in my local tree. Thanks!