[issue19744] test_venv and installation fail if SSL/TLS is not available

Nick Coghlan report at bugs.python.org
Fri Feb 14 11:58:49 CET 2014


Nick Coghlan added the comment:

Attached patch tweaks the ensurepip CLI to check immediately for ssl support, and avoid printing a traceback if it is missing.

However, missing SSL support still fails the call, which fails installation.

----------
keywords: +patch
resolution: fixed -> 
stage: committed/rejected -> commit review
Added file: http://bugs.python.org/file34077/issue19744_ensurepip_no_ssl.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19744>
_______________________________________


More information about the Python-bugs-list mailing list