i have the following error
File "C:\Python27\lib\site-packages\httplib2\__init__.py", line 101, in _ssl_wrap_socket
"SSL certificate validation is not supported without "
CertificateValidationUnsupported: SSL certificate validation is not supported without the ssl module installed. To avoid this error, install the ssl module, or explicity disable validation.
i'm running python 2.7.8 32-bit on Windows 7 downloaded from python.org, so I tried pip install ssl
and it says that it is built in. how to fix this? it is bombing on all scripts interacting with the web. why is it asking me to install something that is built in?
The only think i can think of is... I recently installed pydrive
, but i uninstalled it and it makes no difference.
Furthermore, i can still import ssl
.