This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erob
Recipients erob, r.david.murray
Date 2015-02-09.00:02:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423440148.35.0.245302387569.issue22235@psf.upfronthosting.co.za>
In-reply-to
Content
hg push worked like a charm... but for some reasons i get another
error trying to install things with setuptools:

erob@nguns:~/Desktop/pyaml-14.12.10$ sudo python setup.py install --prefix=/usr/local

Processing dependencies for pyaml==14.12.10
Searching for PyYAML
Reading http://pypi.python.org/simple/PyYAML/
Download error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) -- Some packages may not be found!
Couldn't find index page for 'PyYAML' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) -- Some packages may not be found!
No local packages or download links found for PyYAML

Is setuptools still working with this ssl.py module ?
History
Date User Action Args
2015-02-09 00:02:28erobsetrecipients: + erob, r.david.murray
2015-02-09 00:02:28erobsetmessageid: <1423440148.35.0.245302387569.issue22235@psf.upfronthosting.co.za>
2015-02-09 00:02:28eroblinkissue22235 messages
2015-02-09 00:02:28erobcreate