Author r.david.murray
Recipients awelch, r.david.murray
Date 2009-10-15.00:19:00
SpamBayes Score 0.000542172
Marked as misclassified No
Message-id <1255565942.77.0.47168146017.issue7135@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-10-15 00:19:02r.david.murraysetrecipients: + r.david.murray, awelch
2009-10-15 00:19:02r.david.murraysetmessageid: <1255565942.77.0.47168146017.issue7135@psf.upfronthosting.co.za>
2009-10-15 00:19:01r.david.murraylinkissue7135 messages
2009-10-15 00:19:00r.david.murraycreate