[issue7135] AttributeError: 'module' object has no attribute 'HTTPSConnection'

R. David Murray report at bugs.python.org
Thu Oct 15 02:19:02 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

The httplib module creates the HTTPSConnection class only if it can
successfully import the ssl module.  So your installation must be
missing that module.  Since you say your are using an ActivePython
version, you should contact their community for support, since
presumably the problem is in the ActivePython installation somewhere.

----------
nosy: +r.david.murray
priority:  -> normal
resolution:  -> works for me
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list