I'm running some exercises that I find on the internet. One of them is to use module requests
I installed the module in / site-packages, but when I try to import it, shell
returns me the following message:
>>> import requests
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import requests
File "C:\Python27\lib\site-packages\requests\__init__.py", line 58, in <module>
from . import utils
File "C:\Python27\lib\site-packages\requests\utils.py", line 24, in <module>
from . import certs
ImportError: cannot import name certs