ATTRIBUTE ERROR: 'module' object has no attribute 'ssl'
johnny
rampeters at gmail.com
Sun Dec 10 07:29:40 EST 2006
More information about the Python-list mailing list
Sun Dec 10 07:29:40 EST 2006
- Previous message (by thread): ATTRIBUTE ERROR: 'module' object has no attribute 'ssl'
- Next message (by thread): ATTRIBUTE ERROR: 'module' object has no attribute 'ssl'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am using ActiveState python. ActivePython 2.4.3 Build 12 (ActiveState Software Inc.) based on Python 2.4.3 (#69, Apr 11 2006, 15:32:42) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> Fredrik Lundh wrote: > johnny wrote: > > > I am getting the following errors: > > > > File "H:\xampp\xampp\xampp\python\lib\httplib.py", line 679, in > > _send_output > > self.send(msg) > > File "H:\xampp\xampp\xampp\python\lib\httplib.py", line 646, in send > > self.connect() > > File "H:\xampp\xampp\xampp\python\lib\httplib.py", line 1073, in > > connect > > ssl = socket.ssl(sock, self.key_file, self.cert_file) > > AttributeError: 'module' object has no attribute 'ssl' > > looks like you're using a Python distribution that doesn't support SSL. > ActivePython, perhaps? > > </F>
- Previous message (by thread): ATTRIBUTE ERROR: 'module' object has no attribute 'ssl'
- Next message (by thread): ATTRIBUTE ERROR: 'module' object has no attribute 'ssl'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list