ATTRIBUTE ERROR: 'module' object has no attribute 'ssl'
johnny
rampeters at gmail.com
Sat Dec 9 22:19:47 EST 2006
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'
Thank You in Advance
More information about the Python-list
mailing list